@@ -294,7 +294,7 @@ api.toggle *comment.api.toggle*
294294 Provides API to toggle comments over a region, on current-line, or with a
295295 count using line or block comment string.
296296
297- All functions takes a {motion} argument, except '*.count()' function which
297+ Every function takes a {motion} argument, except '*.count()' function which
298298 takes an {count} argument, and an optional {config} parameter.
299299
300300 Type: ~
@@ -361,7 +361,7 @@ api.comment *comment.api.comment*
361361 Provides API to (only) comment a region, on current-line, or with a
362362 count using line or block comment string.
363363
364- All functions takes a {motion} argument, except '*.count()' function which
364+ Every function takes a {motion} argument, except '*.count()' function which
365365 takes an {count} argument, and an optional {config} parameter.
366366
367367 Type: ~
@@ -392,7 +392,7 @@ api.uncomment *comment.api.uncomment*
392392 Provides API to (only) uncomment a region, on current-line, or with a
393393 count using line or block comment string.
394394
395- All functions takes a {motion} argument, except '*.count()' function which
395+ Every function takes a {motion} argument, except '*.count()' function which
396396 takes an {count} argument, and an optional {config} parameter.
397397
398398 Type: ~
@@ -419,7 +419,7 @@ api.uncomment *comment.api.uncomment*
419419
420420api.insert *comment.api.insert*
421421 Provides API to to insert comment on previous, next or at the end-of-line.
422- All functions takes an optional {config} parameter.
422+ Every function takes an optional {config} parameter.
423423
424424 Type: ~
425425 (table) A metatable containing API functions
0 commit comments