Skip to content

Commit b18750c

Browse files
committed
Update semicolon.md
1 parent a283676 commit b18750c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/first_steps/semicolon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The `;` at the end of each of those lines is a "semicolon".
55
```java
66
~void main(){
77
IO.print("Hello, "); // <-- this thing
8-
// ^
8+
// ^
99
~}
1010
```
1111

0 commit comments

Comments
 (0)