mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-15 07:43:26 +00:00
fixes a broken link in std/algorithm (#23246)
https://nim-lang.github.io/Nim/manual.html#procedures-do-notation
This commit is contained in:
@@ -387,7 +387,7 @@ func sort*[T](a: var openArray[T],
|
||||
## ```
|
||||
##
|
||||
## You can inline adhoc comparison procs with the `do notation
|
||||
## <manual_experimental.html#do-notation>`_. Example:
|
||||
## <manual.html#procedures-do-notation>`_. Example:
|
||||
##
|
||||
## ```nim
|
||||
## people.sort do (x, y: Person) -> int:
|
||||
|
||||
Reference in New Issue
Block a user