mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-18 17:08:32 +00:00
Fix typo (#13015) [backport]
This commit is contained in:
committed by
Andreas Rumpf
parent
0ecb709cbe
commit
a577a88c36
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user