JoosepAlviste / nvim-ts-context-commentstring

Neovim treesitter plugin for setting the commentstring based on the cursor location in a file.
MIT License
1.18k stars 35 forks source link

fix: remove repeated word in deprecation message #89

Closed hood closed 1 year ago

hood commented 1 year ago

This PR removes the double appearance of the use word in a deprecation message.

Message before the PR:

Screenshot 2023-11-24 at 11 54 37
JoosepAlviste commented 1 year ago

Nice catch, thanks for the contribution!