Skip to content

Commit

Permalink
Fix typo (#13015) [backport]
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegfriedEhret authored and Araq committed Jan 3, 2020
1 parent 0ecb709 commit a577a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tut1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ define operators which accept Slice objects to define ranges.
:test: "nim c $1"
var
a = "Nim is a progamming language"
a = "Nim is a programming language"
b = "Slices are useless."
echo a[7..12] # --> 'a prog'
Expand Down

0 comments on commit a577a88

Please sign in to comment.