Skip to content

Commit 25ef435

Browse files
committed
added linking to the parts
1 parent f3c7d95 commit 25ef435

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/ch3_javadatatypes.ptx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</p>
9292

9393
<p>
94-
Let&#x2019;s look at a simple Python function which converts a Fahrenheit temperature to Celsius.
94+
<xref ref="python-temperature-conversion" text="type-global"/> is a simple Python function which converts a Fahrenheit temperature to Celsius.
9595
If this program were run on the command-line, you would enter the temperature when prompted &#x2013; the Javascript pop-up for input is only an artifact of the digital textbook.
9696
</p>
9797

@@ -108,7 +108,7 @@ main()
108108
</listing>
109109

110110
<p>
111-
Next, lets look at the Java equivalent. If this program were run on the command-line, you would enter the temperature when prompted &#x2013; the &#x201C;Input for Program&#x201D; text box is only an artifact of the digital textbook.
111+
Next, <xref ref="java-temperature-conversion" text="type-global"/> is the Java equivalent. If this program were run on the command-line, you would enter the temperature when prompted &#x2013; the &#x201C;Input for Program&#x201D; text box is only an artifact of the digital textbook.
112112
</p>
113113

114114

@@ -131,7 +131,7 @@ public class TempConv {
131131
</code> <stdin> </stdin> <tests> </tests>
132132
</program>
133133
</listing>
134-
134+
135135
<p>
136136
There are several new concepts introduced in this example. We will look at them in the following order:
137137
</p>

0 commit comments

Comments
 (0)