Skip to content

Commit 211703a

Browse files
committed
Link to the PHP manual for array functions
1 parent 9dcf73c commit 211703a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/12-arrays.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Each array has its own *current element pointer* that designates the
2828
*current array element*. When an array is created, the current element
2929
is the first element inserted into the array.
3030

31-
Numerous library functions are available to create and/or manipulate
32-
arrays. See §xx.
31+
Numerous [library functions](http://php.net/manual/en/ref.array.php) are available to create and/or manipulate
32+
arrays.
3333

3434
(Note: Arrays in PHP are quite different from arrays in numerous
3535
mainstream languages. Specifically, in PHP, array elements need not have

0 commit comments

Comments
 (0)