From 6a95b8112ce626642f6828216981308c3393db8b Mon Sep 17 00:00:00 2001 From: jojeyh Date: Sat, 7 Jul 2018 15:14:27 -0700 Subject: BIP 158: fix typo --- bip-0158.mediawiki | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bip-0158.mediawiki') 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: * write_bit(stream, b) appends the bit b to the end of the stream * read_bit(stream) reads the next available bit from the stream * write_bits_big_endian(stream, n, k) appends the k least significant bits of integer n to the end of the stream in big-endian bit order -* read_bits_big_endian(stream, k) reads the next available -* k bits from the stream and interprets them as the least significant bits of a big-endian integer +* read_bits_big_endian(stream, k) reads the next available k 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 -- cgit v1.2.3