Skip to content

Commit 05dde6e

Browse files
committed
added a line to close tag
1 parent ab083d5 commit 05dde6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ch9_commonmistakes.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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" text="type-global">.
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>
2828
<listing xml:id="println-debugging">
2929
<program language="java" interactive="activecode" line-numbers="yes">

0 commit comments

Comments
 (0)