Fix UInt64 typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150083 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2003-10-08 17:09:24 +00:00
parent 9808a54319
commit fcf192b882
2 changed files with 2 additions and 2 deletions

View File

@ -451,7 +451,7 @@
64-bit unsigned integers are written as eight
bytes, high-order bytes first.
</p>
<p>UInt32 --&gt; &lt;Byte&gt;<sup>8</sup>
<p>UInt64 --&gt; &lt;Byte&gt;<sup>8</sup>
</p>
</blockquote>
</td></tr>

View File

@ -283,7 +283,7 @@
bytes, high-order bytes first.
</p>
<p>UInt32 --&gt; &lt;Byte&gt;<sup>8</sup>
<p>UInt64 --&gt; &lt;Byte&gt;<sup>8</sup>
</p>
</subsection>