Skip to content

Commit

Permalink
minor fixes for changelog (#22938)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Nov 14, 2023
1 parent 0dc3513 commit 57ffeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelogs/changelog_2_0_0_details.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
proc prc(): int =
123
iterator iter(): int =
iterator iter(): int {.closure.} =
yield 123
proc takesProc[T: proc](x: T) = discard
Expand Down

0 comments on commit 57ffeaf

Please sign in to comment.