Skip to content

Commit ab083d5

Browse files
committed
added a line
1 parent ca7ef22 commit ab083d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/ch9_commonmistakes.ptx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
</p>
2424

2525
<p>
26-
Consider the following example where we have a method that multiplies a number by two. We can add print statements to help us debug the code and verify that the method is being called correctly and returning the expected result as shown below in <xref ref="println-debugging">.
26+
Consider the following example where we have a method that multiplies a number by two. We can add print statements to help us debug the code and verify that the method is being called correctly and returning the expected result as shown below in <xref ref="println-debugging" text="type-global">.
2727
</p>
28-
<listing xml:id="println-debugging" text="type-global">
28+
<listing xml:id="println-debugging">
2929
<program language="java" interactive="activecode" line-numbers="yes">
3030
<code>
3131
// DebugExample.java

0 commit comments

Comments
 (0)