diff --git a/lib/pure/algorithm.nim b/lib/pure/algorithm.nim index b83daf2454..739cdc16bb 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 - ## `_. Example: + ## `_. Example: ## ## .. code-block:: nim ##