Skip to content

Commit 6718a6d

Browse files
authored
Changed "files" to "numbers" in library example (#987)
1 parent 47a5c6c commit 6718a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nimblepkg/init.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ when isMainModule:
4848
# but you can remove it if you wish.
4949
5050
proc add*(x, y: int): int =
51-
## Adds two files together.
51+
## Adds two numbers together.
5252
return x + y
5353
"""
5454
)
@@ -175,4 +175,4 @@ requires "nim >= $#"
175175
]
176176
)
177177

178-
display("Info:", "Nimble file created successfully", priority=MediumPriority)
178+
display("Info:", "Nimble file created successfully", priority=MediumPriority)

0 commit comments

Comments
 (0)