Skip to content

Commit 718d553

Browse files
committed
Fix typo
1 parent 0e1a2d3 commit 718d553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multi_file_programs/the_anonymous_main_class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We call it anonymous because we never gave it a name.
1515

1616
We call it the main class because you are only allowed to skip naming a class if it is the one you use to start your program, and that requires a `void main()` method.
1717

18-
If you take any code we've produced up until now and put wrap it with `class Main {}` it will continue to work as-is.
18+
If you take any code we've produced up until now and wrap it with `class Main {}` it will continue to work as-is.
1919

2020
```java
2121
class Main {

0 commit comments

Comments
 (0)