diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-10-31 01:27:59 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-10-31 01:28:43 -0400 |
commit | 06c2057a0e9e3f9bd4dd8f1d8e0913855e052bcc (patch) | |
tree | cc22fcf105966b697e7158973aa5ddaa2da7e27b | |
parent | 247041886fbe1edf33562eb27acb568e60b51e95 (diff) | |
download | rneovim-06c2057a0e9e3f9bd4dd8f1d8e0913855e052bcc.tar.gz rneovim-06c2057a0e9e3f9bd4dd8f1d8e0913855e052bcc.tar.bz2 rneovim-06c2057a0e9e3f9bd4dd8f1d8e0913855e052bcc.zip |
doc: Fix lint warning
found with `gmake html'
-rw-r--r-- | runtime/doc/eval.txt | 2 |
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. |