Fix typo (#13015) [backport]

(cherry picked from commit a577a88c36)
This commit is contained in:
Siegfried Ehret
2020-01-03 10:23:28 +01:00
committed by narimiran
parent 78f9933b8f
commit 8b956dba09

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'