aboutsummaryrefslogtreecommitdiff
path: root/docs/BytecodeFormat.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r--docs/BytecodeFormat.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index feef9fcb21..24ecd1a747 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -121,10 +121,10 @@ written and how the bits are to be interpreted.</p>
<!-- _______________________________________________________________________ -->
<div class="doc_subsection"><a name="align">Alignment</a> </div>
<div class="doc_text">
-<p>To support cross-platform differences, the bytecode file is aligned
-on certain boundaries. This means that a small amount of padding (at
-most 3 bytes) will be added to ensure that the next entry is aligned to
-a 32-bit boundary.</p>
+ <p>To support cross-platform differences, the bytecode file is aligned on
+ certain boundaries. This means that a small amount of padding (at most 3
+ bytes) will be added to ensure that the next entry is aligned to a 32-bit
+ boundary.</p>
</div>
<!-- _______________________________________________________________________ -->
<div class="doc_subsection"><a name="vbr">Variable Bit-Rate Encoding</a>