diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-06 01:04:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 08:04:21 +0800 |
commit | cc38086039853d53157b30fec41babb148399038 (patch) | |
tree | 5d9a6c30d7cd59515a2218cfa29dc89262a33777 /test/unit/formatc.lua | |
parent | 06ff540e1ca25f4c26670f184d4087f6e3188064 (diff) | |
download | rneovim-cc38086039853d53157b30fec41babb148399038.tar.gz rneovim-cc38086039853d53157b30fec41babb148399038.tar.bz2 rneovim-cc38086039853d53157b30fec41babb148399038.zip |
docs: small fixes (#26243)
Co-authored-by: umlx5h <umlx5h21@protonmail.com>
Co-authored-by: Gregory Anders <greg@gpanders.com>
Co-authored-by: Evan Farrar <evan@evanfarrar.com>
Diffstat (limited to 'test/unit/formatc.lua')
-rw-r--r-- | test/unit/formatc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/formatc.lua b/test/unit/formatc.lua index 6bb58c68c3..ce9cb81f4a 100644 --- a/test/unit/formatc.lua +++ b/test/unit/formatc.lua @@ -209,7 +209,7 @@ local C_keywords = set { -- luacheck: ignore -- Very primitive C formatter that tries to put "things" inside braces on one -- line. This is a step done after preprocessing the C source to ensure that --- the duplicate line detecter can more reliably pick out identical declarations. +-- the duplicate line detector can more reliably pick out identical declarations. -- -- an example: -- struct mystruct |