summaryrefslogtreecommitdiff
path: root/bip-0158.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0158.mediawiki')
-rw-r--r--bip-0158.mediawiki3
1 files changed, 1 insertions, 2 deletions
diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki
index 2062c6e..dcbdb0c 100644
--- a/bip-0158.mediawiki
+++ b/bip-0158.mediawiki
@@ -50,8 +50,7 @@ following functions are used in the pseudocode in this document:
* <code>write_bit(stream, b)</code> appends the bit <code>b</code> to the end of the stream
* <code>read_bit(stream)</code> reads the next available bit from the stream
* <code>write_bits_big_endian(stream, n, k)</code> appends the <code>k</code> least significant bits of integer <code>n</code> to the end of the stream in big-endian bit order
-* <code>read_bits_big_endian(stream, k)</code> reads the next available
-* <code>k</code> bits from the stream and interprets them as the least significant bits of a big-endian integer
+* <code>read_bits_big_endian(stream, k)</code> reads the next available <code>k</code> bits from the stream and interprets them as the least significant bits of a big-endian integer
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be