Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 936190c

Browse files
committed
Fix a typo in 3-01_bare-bones.asciidoc
1 parent 98c851a commit 936190c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03_general-computing/3-01_bare-bones.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Let's dissect the +java+ invocation here a bit. First, we set the Java classpath
3737
----
3838

3939
A full explanation of the classpath is beyond the scope
40-
of this recipe, but suffice it to say thatit is a list of places where Java
40+
of this recipe, but suffice it to say that it is a list of places where Java
4141
should look to load classes. A full discussion of classpaths on the(((Java, classpaths)))
4242
JVM can be found at http://bit.ly/docs-classpaths. In the final part of the invocation, we specify the class that Java should load and execute the +main+ method:
4343

0 commit comments

Comments
 (0)