diff options
author | Baurzhan Muftakhidinov <baurthefirst@gmail.com> | 2015-05-18 14:19:46 +0500 |
---|---|---|
committer | Baurzhan Muftakhidinov <baurthefirst@gmail.com> | 2015-05-18 14:19:46 +0500 |
commit | fb903329c65a70fce2419da98842f038cd41ba82 (patch) | |
tree | 957786e7a4042e1cb5cdbae7875a82291da27b63 /nim.html.markdown | |
parent | 6df96946b43999ff8754807446d4bf4f73144480 (diff) |
Fix copy-paste typo.
Diffstat (limited to 'nim.html.markdown')
-rw-r--r-- | nim.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nim.html.markdown b/nim.html.markdown index 2955c7bc..c9548a1c 100644 --- a/nim.html.markdown +++ b/nim.html.markdown @@ -155,7 +155,7 @@ var anotherArray = ["Default index", "starts at", "0"] # More data structures are available, including tables, sets, lists, queues, # and crit bit trees. -# http://http://nim-lang.org/docs/lib.html#collections-and-algorithms +# http://nim-lang.org/docs/lib.html#collections-and-algorithms # # IO and Control Flow |