From 301822e18938ad2dc543f2b7dc0a0f5e2d0870a2 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:45:56 +0800 Subject: fixes a broken link in `std/algorithm` (#23246) https://nim-lang.github.io/Nim/manual.html#procedures-do-notation --- lib/pure/algorithm.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pure/algorithm.nim') diff --git a/lib/pure/algorithm.nim b/lib/pure/algorithm.nim index 65402e9fb..b12ed7cdd 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: -- cgit 1.4.1-2-gfad0