Skip to content

Commit 8e988a7

Browse files
committed
made the Hello World in the paragraph capatalized
1 parent 5f94fdd commit 8e988a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ch2_firstjavaprogram.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<section xml:id="sec-lets-look-at-a-java-program">
152152
<title>Lets look at a Java Program</title>
153153
<p>
154-
A time-honored tradition in Computer Science is to write a program called &#x201C;hello world.&#x201D; The &#x201C;hello world&#x201D; program is simple and easy.
154+
A time-honored tradition in Computer Science is to write a program called &#x201C;Hello World.&#x201D; The &#x201C;Hello World&#x201D; program is simple and easy.
155155
There are no logic errors to make, so getting it to run relies only on understanding the syntax.
156156
To be clear, lets look at a &#x201C;complicated&#x201D; version of hello world for Python:
157157
</p>

0 commit comments

Comments
 (0)