Skip to content

Commit 391c3a9

Browse files
authored
Update docs slicing with steps (#12084)
1 parent ed076eb commit 391c3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Enum.slice(letters, 0..5//2)
197197

198198
```elixir
199199
binary_slice("Elixir", 1..5//2)
200-
#=> "lx"
200+
#=> "lxr"
201201
```
202202

203203
## Expression-based inspection and `Inspect` improvements

0 commit comments

Comments
 (0)