Skip to content

Commit

Permalink
Fix minor error in 'var' example
Browse files Browse the repository at this point in the history
  • Loading branch information
g3rwy authored May 11, 2024
1 parent f2b092a commit 20899b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/Core.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ proc defineLibrary*() =
returns = {Any},
example = """
a: 2
print var 'a ; a
print var 'a ; 2
f: function [x][x+2]
print f 10 ; 12
Expand Down

0 comments on commit 20899b4

Please sign in to comment.