Skip to content

Commit eb185d0

Browse files
committed
Fix typo
1 parent b112b82 commit eb185d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/compilation/running_compiled_code.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ you would run `java --class-path output chopin.Impromptu`.
1818
`--class-path` should be self-explanatory. It is the path where `java`
1919
will look for class files.
2020

21-
But if you do not have any classes in the unnamed package - which will
22-
be hopefully be the case when you share code with others[^conflicts] -
21+
But if you do not have any classes in the unnamed package - which will hopefully be the case when you share code with others[^conflicts] -
2322
you instead want to run your code like this.
2423

2524
```

0 commit comments

Comments
 (0)