diff options
author | Luke Dashjr <luke_github1@dashjr.org> | 2018-09-07 04:50:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-07 04:50:57 +0000 |
commit | c964d066f5ed6ce7cf510e012806221d57e30da8 (patch) | |
tree | a051d482cc8b0bb462c44430c4617140674cebb6 /bip-0158.mediawiki | |
parent | 51045796f7c06b5bf0c183b72d25efcdb788fb79 (diff) | |
parent | 6a95b8112ce626642f6828216981308c3393db8b (diff) |
Merge pull request #698 from polydin/typos
BIP 158: fix incorrect bullet formatting (typo)
Diffstat (limited to 'bip-0158.mediawiki')
-rw-r--r-- | bip-0158.mediawiki | 3 |
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 |