We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a5c6c commit 6718a6dCopy full SHA for 6718a6d
src/nimblepkg/init.nim
@@ -48,7 +48,7 @@ when isMainModule:
48
# but you can remove it if you wish.
49
50
proc add*(x, y: int): int =
51
- ## Adds two files together.
+ ## Adds two numbers together.
52
return x + y
53
"""
54
)
@@ -175,4 +175,4 @@ requires "nim >= $#"
175
]
176
177
178
- display("Info:", "Nimble file created successfully", priority=MediumPriority)
+ display("Info:", "Nimble file created successfully", priority=MediumPriority)
0 commit comments