I wanted to increase the value in the expression `to_timeout(second: 5)` to `to_timeout(second: 10)`, and being in neovim I naturally just typed 5 followed by ctrl-a.
Unfortunately my cursor was on the word “second”, and it unexpectedly changed it to `to_timeout(seventh: 5)` instead.