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 0ecb709 commit a577a88Copy full SHA for a577a88
doc/tut1.rst
@@ -1393,7 +1393,7 @@ define operators which accept Slice objects to define ranges.
1393
:test: "nim c $1"
1394
1395
var
1396
- a = "Nim is a progamming language"
+ a = "Nim is a programming language"
1397
b = "Slices are useless."
1398
1399
echo a[7..12] # --> 'a prog'
0 commit comments