Skip to content

Commit

Permalink
update segnalazione refuso
Browse files Browse the repository at this point in the history
  • Loading branch information
pigreco committed Sep 14, 2023
1 parent d1de04b commit 155a0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/posts/array/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ _**ricorda che l'indice degli array parte da 0**_

```
- array (1,2,3)[1] ---> 2
- array ('Andrea', 'Gianni', 'Totò')[2] ---> 'Gianni'
- array ('Andrea', 'Gianni', 'Totò')[-2] ---> 'Gianni'
- array (1,2,3)[-1] ---> 3
- array (1,2,3)[2] ---> 3
- array ('Andrea', 'Gianni', 'Totò')[0] ---> 'Andrea'
Expand Down

0 comments on commit 155a0e3

Please sign in to comment.