Skip to content

Commit

Permalink
Spelling Change (#528)
Browse files Browse the repository at this point in the history
(Test)
  • Loading branch information
pizza832 authored Dec 5, 2024
1 parent cbb7d74 commit 75a6cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/english/java-basics/activity-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Use what you just learn and recreate this owl below using just 4 lines of code!
#### I got an error!

Main.java:4: error: reached end of file while parsing
If you get an error like this such as, it is posible that you forgot to escape chararcters such as `"` and `\`.
If you get an error like this, it is possible that you forgot to escape chararcters such as `"` and `\`.

Revisit the third tip above to see how to escape characters in a print statement!
{{% /notice %}}
Expand All @@ -85,4 +85,4 @@ Also, adding comments will not affect the program whatsoever. So, you can add an
// sample one line comment
/* sample
* multi-line
* comment */
* comment */

0 comments on commit 75a6cc5

Please sign in to comment.