fixes a broken link in std/algorithm (#23246)

https://nim-lang.github.io/Nim/manual.html#procedures-do-notation
This commit is contained in:
ringabout
2024-01-22 16:45:56 +08:00
committed by GitHub
parent 83f2708909
commit 301822e189

View File

@@ -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: