We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9df984 commit ef3e6bfCopy full SHA for ef3e6bf
README.md
@@ -260,7 +260,7 @@ There are two hook methods i.e `pre_hook` and `post_hook` which are called befor
260
if vim.bo.filetype == 'typescriptreact' then
261
local U = require('Comment.utils')
262
263
- -- Detemine whether to use linewise or blockwise commentstring
+ -- Determine whether to use linewise or blockwise commentstring
264
local type = ctx.ctype == U.ctype.line and '__default' or '__multiline'
265
266
-- Determine the location where to calculate commentstring from
0 commit comments