We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ab2843 + 676c09c commit 44b7d40Copy full SHA for 44b7d40
1 file changed
guide/Guide/7.array.md
@@ -64,7 +64,7 @@ $arrayPush[Cat]
64
$arrayPush[Mouse]
65
$arrayPush[Elephant]
66
67
-// Remove and return the last element
+// Return the first and last elements
68
$arrayGet[1], $arrayGet[4]
69
```
70
0 commit comments