diff options
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 522ff1b16..d40b2fd63 100644 --- a/lib/pure/algorithm.nim +++ b/lib/pure/algorithm.nim @@ -392,7 +392,7 @@ func sort*[T](a: var openArray[T], ## sort(myStrArray, system.cmp) ## ## You can inline adhoc comparison procs with the `do notation - ## <manual.html#procedures-do-notation>`_. Example: + ## <manual_experimental.html#do-notation>`_. Example: ## ## .. code-block:: nim ## |