summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorAliaksei Budavei <32549825+zzzyxwvut@users.noreply.github.com>2023-10-03 17:39:53 +0300
committerGitHub <noreply@github.com>2023-10-03 16:39:53 +0200
commitb043ff34c1e475a90a5142eabaf1db74ab7ebb98 (patch)
treef3bb4cc07d964d45113b9f7cd67ce47c66be8847 /runtime/doc/options.txt
parent2dfc22908e432f63d200e1fc4f024645c87b8bf3 (diff)
runtime(doc): fix two typos in `vim9.txt` and `options.txt` (#13258)
Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 493fa879e5..c518663904 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -435,7 +435,7 @@ Set using a variable with lambda expression: >
let &tagfunc = L
In Vim9 script, in a compiled function, you can use a lambda, but a
-closured does not work, because the function will be called without the
+closure does not work, because the function will be called without the
context of where it was defined.