Skip to content

Commit 19f31e7

Browse files
author
Almog Kurtser
committed
Fixes a typo on chapter 4
1 parent ad4b19f commit 19f31e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

04_data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ a `slice` method, which has a similar effect.
852852
to glue arrays together, similar to what the `+` operator does for
853853
strings. The following example shows both `concat` and `slice` in
854854
action. It takes an array and an index, and it returns a new array
855-
with is a copy of the original array with the element at the given
855+
which is a copy of the original array with the element at the given
856856
index removed.
857857

858858
[source,javascript]

0 commit comments

Comments
 (0)