Skip to content

Commit 7975af7

Browse files
Almog Kurtsermarijnh
authored andcommitted
Fixes a typo on chapter 4
1 parent f377ec7 commit 7975af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)