diff --git a/lib/pure/algorithm.nim b/lib/pure/algorithm.nim index 65402e9fb4..b12ed7cddb 100644 --- a/lib/pure/algorithm.nim +++ b/lib/pure/algorithm.nim @@ -387,7 +387,7 @@ func sort*[T](a: var openArray[T], ## ``` ## ## You can inline adhoc comparison procs with the `do notation - ## `_. Example: + ## `_. Example: ## ## ```nim ## people.sort do (x, y: Person) -> int: