diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 78b3976a8a3..5afab5de035 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -238,42 +238,40 @@ variable bit rate encoding as described above.
uint32_vbr |
- A 32-bit unsigned integer that occupies from
-one to five bytes using variable bit rate encoding. |
+ A 32-bit unsigned integer that occupies from one to
+ five bytes using variable bit rate encoding. |
uint64_vbr |
- A 64-bit unsigned integer that occupies from
-one to ten bytes using variable bit rate encoding. |
+ A 64-bit unsigned integer that occupies from one to ten
+ bytes using variable bit rate encoding. |
int64_vbr |
- A 64-bit signed integer that occupies from
-one to ten bytes using the signed variable bit rate encoding. |
+ A 64-bit signed integer that occupies from one to ten
+ bytes using the signed variable bit rate encoding. |
char |
- A single unsigned character encoded into one
-byte |
+ A single unsigned character encoded into one byte |
bit(n-m) |
- A set of bit within some larger integer
-field. The values of n and m specify the
-inclusive range of bits that define the subfield. The value for m
-may be omitted if its the same as n . |
+ A set of bit within some larger integer field. The values
+ of n and m specify the inclusive range of bits
+ that define the subfield. The value for m may be omitted if
+ its the same as n . |
float |
- A floating
-point value encoded as a 32-bit IEEE value written in little-endian
-form.
+ | A floating point value encoded
+ as a 32-bit IEEE value written in little-endian form.
|
double |
- A floating
-point value encoded as a64-bit IEEE value written in little-endian form |
+ A floating point value encoded
+ as a64-bit IEEE value written in little-endian form |
string |