Skip to content

Commit 4961364

Browse files
committed
fixed reference to table 3.1.1
1 parent 4623a64 commit 4961364

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/ch3_javadatatypes.ptx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
In Java, some of the most basic data types like integers and floating point numbers are not objects.
1515
The benefit of having these primitive data types be non-objects is that operations on the primitives are fast.
1616
The problem is that it became difficult for programmers to combine objects and non-objects in the way that we do in Python.
17-
So, eventually all the non-object primitives ended up with Objectified versions.
17+
So, eventually all the non-object primitives ended up with Objectified versions. <xref ref="primitive-object-comparison" text="type-global"/> shows the comparison between Java's primitive and object data types.
1818
</p>
1919

20-
<table>
20+
<table xml:id="primitive-object-comparison">
2121
<title> Comparison between Java's primitive and object data types. </title>
2222
<tabular>
2323
<row header="yes">

0 commit comments

Comments
 (0)