summaryrefslogtreecommitdiff
path: root/bip-0158.mediawiki
diff options
context:
space:
mode:
authorjojeyh <gbalch714@gmail.com>2018-07-07 15:14:27 -0700
committerjojeyh <gbalch714@gmail.com>2018-07-07 15:14:27 -0700
commit6a95b8112ce626642f6828216981308c3393db8b (patch)
tree2824dd8ac8bd9b87a5eb9a5b86c456e48c0e710a /bip-0158.mediawiki
parent34dac53cc16e0e90d4975f2ec1e653c042d5c2a1 (diff)
downloadbips-6a95b8112ce626642f6828216981308c3393db8b.tar.xz
BIP 158: fix typo
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 bf2e856..dcffaf3 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