Skip to content

Commit 98dc6d2

Browse files
author
Bozhidar Batsov
committed
[Fix #381] Use the correct range literal
1 parent 9b2576b commit 98dc6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Translations of the guide are available in the following languages:
291291

292292
# good
293293
1..3
294-
'a'..'z'
294+
'a'...'z'
295295
```
296296

297297
* <a name="indent-when-to-case"></a>

0 commit comments

Comments
 (0)