Skip to content

Commit a577a88

Browse files
SiegfriedEhretAraq
authored andcommitted
Fix typo (nim-lang#13015) [backport]
1 parent 0ecb709 commit a577a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tut1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ define operators which accept Slice objects to define ranges.
13931393
:test: "nim c $1"
13941394
13951395
var
1396-
a = "Nim is a progamming language"
1396+
a = "Nim is a programming language"
13971397
b = "Slices are useless."
13981398
13991399
echo a[7..12] # --> 'a prog'

0 commit comments

Comments
 (0)