diff --git a/bip-0159.mediawiki b/bip-0159.mediawiki
index f915181a..1211a0fa 100644
--- a/bip-0159.mediawiki
+++ b/bip-0159.mediawiki
@@ -52,7 +52,7 @@ Pruned nodes should therefore avoid leaking the prune depth and SHOULD NOTnServiceFlags (service bits) from a relayed addr
-message may unwittingly connect to a pruned peer and ask for (filtered) blocks at a depth below their pruned depth. Light clients should therefore check the service bits (and eventually connect to peers signaling NODE_NETWORK_LIMITED
and not also signaling serving the full block chain, if they require [filtered] blocks around the tip). Light clients obtaining peer IPs though DNS seed should use the DNS filtering option.
+Light clients (and such) who are not checking the nServiceFlags
(service bits) from a relayed addr
-message may unwittingly connect to a pruned peer and ask for (filtered) blocks at a depth below the peer’s pruned depth. Light clients should therefore check the service bits and either (1) connect to peers signaling NODE_NETWORK_LIMITED
that preferably do not also signal serving the full block chain, if they only require (filtered) blocks around the tip, or (2) connect to peers signaling serving the full block chain if they need data older than the latest 288 blocks. Light clients obtaining peer IPs through DNS seeds should use the DNS filtering option.
== Compatibility ==