mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
Merge pull request #698 from polydin/typos
BIP 158: fix incorrect bullet formatting (typo)
This commit is contained in:
commit
c964d066f5
@ -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>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>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>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>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>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",
|
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
|
||||||
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
|
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user