Skip to content

Commit 7732649

Browse files
committed
Minor grammar tweak to unrar docs
1 parent 96d4729 commit 7732649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/unrar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h6 id="ext-time-structure"><a href="#ext-time-structure">ExtTime Structure</a><
196196
</ul>
197197
</ul>
198198

199-
<p>Follow the following pseudo-code to read in the ExtTime Structure.</p>
199+
<p>Follow this pseudo-code to read in the ExtTime Structure.</p>
200200

201201
<pre>
202202
const one_second = 10000000; // 1 second in 100ns intervals => 1E7
@@ -510,7 +510,7 @@ <h4 id="lz-block"><a href="#lz-block">3.3.1 LZ Block</a></h4>
510510
<h5 id="huffman-code-table"><a href="#huffman-code-table">3.3.1.1 Huffman Code Tables</a></h5>
511511
</header>
512512

513-
<p>The Huffman Encoding tables consist a series of bit lengths. For a more thorough treatment of the concepts of Huffman Encoding, see <a href="http://tools.ietf.org/html/rfc1951#page-6">the Deflate spec</a>. The RAR format uses a set of twenty bit lengths to construct Huffman Codes. The Huffman Encoding tables in RAR files consist of at most twenty entries of the format:</p>
513+
<p>The Huffman Encoding tables consist of a series of bit lengths. For a more thorough treatment of the concepts of Huffman Encoding, see <a href="http://tools.ietf.org/html/rfc1951#page-6">the Deflate spec</a>. The RAR format uses a set of twenty bit lengths to construct Huffman Codes. The Huffman Encoding tables in RAR files consist of at most twenty entries of the format:</p>
514514

515515
<pre>
516516
BitLength 4 bits

0 commit comments

Comments
 (0)