From 06c2057a0e9e3f9bd4dd8f1d8e0913855e052bcc Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Sat, 31 Oct 2015 01:27:59 -0400 Subject: doc: Fix lint warning found with `gmake html' --- runtime/doc/eval.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit