diff options
author | Jacek Sieka <arnetheduck@gmail.com> | 2016-10-12 21:28:40 +0800 |
---|---|---|
committer | Jacek Sieka <arnetheduck@gmail.com> | 2016-10-12 21:28:40 +0800 |
commit | 2748da1496995e84601367af7405d82119f76651 (patch) | |
tree | c4c16bb17e90bb8fbc89e56d13f090a768820315 /lib/pure/algorithm.nim | |
parent | a65b44cae90b0b9f4edfad93922c12be957e513e (diff) | |
parent | e6ff6dd9c89b3156fe50f61f6a28bcaba4aca91c (diff) | |
download | Nim-2748da1496995e84601367af7405d82119f76651.tar.gz |
Merge remote-tracking branch 'origin/devel' into initallocator-fix
Diffstat (limited to 'lib/pure/algorithm.nim')
-rw-r--r-- | lib/pure/algorithm.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/algorithm.nim b/lib/pure/algorithm.nim index b83daf245..739cdc16b 100644 --- a/lib/pure/algorithm.nim +++ b/lib/pure/algorithm.nim @@ -179,7 +179,7 @@ proc sort*[T](a: var openArray[T], ## sort(myStrArray, system.cmp) ## ## You can inline adhoc comparison procs with the `do notation - ## <manual.html#do-notation>`_. Example: + ## <manual.html#procedures-do-notation>`_. Example: ## ## .. code-block:: nim ## |