aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lsp-extension.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/lsp-extension.txt')
-rw-r--r--runtime/doc/lsp-extension.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lsp-extension.txt b/runtime/doc/lsp-extension.txt
index d13303ada6..6e9ad940c7 100644
--- a/runtime/doc/lsp-extension.txt
+++ b/runtime/doc/lsp-extension.txt
@@ -60,7 +60,7 @@ The example will:
return nil
end
local dir = bufname
- -- Just in case our algo is buggy, don't infinite loop.
+ -- Just in case our algorithm is buggy, don't infinite loop.
for _ = 1, 100 do
local did_change
dir, did_change = dirname(dir)