diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki
index 2062c6ed..dcbdb0cd 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