Skip to content

Commit 676c09c

Browse files
Update 7.array.md
Changed the line 68 "// Remove and return the last element" to "// Return the first and last elements" based on the original description of `$arrayGet`
1 parent e40665f commit 676c09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guide/Guide/7.array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $arrayPush[Cat]
6464
$arrayPush[Mouse]
6565
$arrayPush[Elephant]
6666

67-
// Remove and return the last element
67+
// Return the first and last elements
6868
$arrayGet[1], $arrayGet[4]
6969
```
7070

0 commit comments

Comments
 (0)