Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
20x23 authored Oct 22, 2021
1 parent 8f4efef commit 0f53964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ This is an endless `while/do` loop:

```java
while (!ready) {
System.out.prinln("Still waiting...");
System.out.println("Still waiting...");
}
```

Expand Down

0 comments on commit 0f53964

Please sign in to comment.