Word motion on last word in line captures end line symbol,
So such command as dw or cw removing it.
For example:
test |test
second line
where | is cursor position, after action dw gives result
test second line
but expected result is:
test
second line