Skip to content

Commit fb630bf

Browse files
Update introduction.md
1 parent d58ee65 commit fb630bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/concept/language-list/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $prime_numbers[] = 11; // array now contains [2, 3, 5, 7, 11]
3535

3636
### Performing Actions with Arrays
3737

38-
PHP provides functions you can use to modify arrays and work with items in arrays. The PHP documentation offers detailed information array functions in the [array](https://www.php.net/manual/en/language.types.array.php) documentation.
38+
PHP provides functions you can use to modify arrays and work with items in arrays. The PHP documentation offers detailed information [array](https://www.php.net/manual/en/language.types.array.php) functions.
3939

4040
## Variable-Length Arguments
4141

0 commit comments

Comments
 (0)