Skip to content

Commit 94cde87

Browse files
authored
Add space (#1601)
[no important files changed]
1 parent 5b1ae09 commit 94cde87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/chess-game/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Using beginless and endless ranges is useful when you want to, for example, slic
6969
```ruby
7070
"Hello World"[0..] # => "Hello World"
7171
"Hello World"[4..] # => "o World"
72-
"Hello World"[..5] # => "Hello"
72+
"Hello World"[..5] # => "Hello "
7373
```
7474

7575
~~~~exercism/caution

0 commit comments

Comments
 (0)