Fix typo (#13015) [backport]

This commit is contained in:
Siegfried Ehret
2020-01-03 10:23:28 +01:00
committed by Andreas Rumpf
parent 0ecb709cbe
commit a577a88c36

View File

@@ -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'