JoosepAlviste / nvim-ts-context-commentstring

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

fix: remove repeated word in deprecation message #89

Closed hood closed 9 months ago

hood commented 9 months 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 9 months ago

Nice catch, thanks for the contribution!