Skip to content

Commit 6a95b81

Browse files
committed
BIP 158: fix typo
1 parent 34dac53 commit 6a95b81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bip-0158.mediawiki

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ following functions are used in the pseudocode in this document:
5050
* <code>write_bit(stream, b)</code> appends the bit <code>b</code> to the end of the stream
5151
* <code>read_bit(stream)</code> reads the next available bit from the stream
5252
* <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
53-
* <code>read_bits_big_endian(stream, k)</code> reads the next available
54-
* <code>k</code> bits from the stream and interprets them as the least significant bits of a big-endian integer
53+
* <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
5554
5655
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
5756
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be

0 commit comments

Comments
 (0)