It's important for the internet to be correct

This commit is contained in:
Jacek Sieka 2020-10-06 08:24:54 +02:00
parent 6eae7f77c2
commit de8b6da60b
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
# but you can remove it if you wish.
proc add*(x, y: int): int =
## Adds two files together.
## Adds two numbers together.
return x + y