Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed Sep 17, 2024
1 parent 6455d89 commit 13ed3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arrays/set_individual_elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ System.out.println(

If you give a number equal to or greater than the length of the array or a number less than zero, you will get an error.

```java
```java,panics
~void main() {
String[] response = { "objection" };
// Crash
Expand Down

0 comments on commit 13ed3f8

Please sign in to comment.