Skip to content

Commit 44b7d40

Browse files
authored
Merge pull request #96 from Edward-Martinson/patch-1
Update 7.array.md
2 parents 3ab2843 + 676c09c commit 44b7d40

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)