aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-10-31 01:27:59 -0400
committerMichael Reed <m.reed@mykolab.com>2015-10-31 01:28:43 -0400
commit06c2057a0e9e3f9bd4dd8f1d8e0913855e052bcc (patch)
treecc22fcf105966b697e7158973aa5ddaa2da7e27b
parent247041886fbe1edf33562eb27acb568e60b51e95 (diff)
downloadrneovim-06c2057a0e9e3f9bd4dd8f1d8e0913855e052bcc.tar.gz
rneovim-06c2057a0e9e3f9bd4dd8f1d8e0913855e052bcc.tar.bz2
rneovim-06c2057a0e9e3f9bd4dd8f1d8e0913855e052bcc.zip
doc: Fix lint warning
found with `gmake html'
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 7ffd749b25..33ee5b78c1 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -391,7 +391,7 @@ example, to add up all the numbers in a list: >
1.4 Dictionaries ~
- *dict* *Dictionaries* *Dictionary*
+ *Dict* *dict* *Dictionaries* *Dictionary*
A Dictionary is an associative array: Each entry has a key and a value. The
entry can be located with the key. The entries are stored without a specific
ordering.