diff --git a/protocols/BSP.md b/protocols/BSP.md
index 74c67cfe5eb0f8ba9ed2e42c37134afb77ebf4c4..d3b35e2bfabfb9432b09c3094c4ff42c39447121 100644
--- a/protocols/BSP.md
+++ b/protocols/BSP.md
@@ -132,7 +132,7 @@ Each time a device has an opportunity to send records to a peer, it decides whet
 
 Interactive mode uses less bandwidth than the other modes, but needs two round-trips for synchronisation, whereas the other modes need one round-trip. Interactive mode is generally suitable for transports with relatively short round-trip times, such as TCP.
 
-Batch mode uses more bandwidth than interactive mode, but less than eager mode. It is generally suitable for transports with relatively long round-trip times and low risk of data loss, where it is better to wait for an acknowledgement before resending a message.
+Batch mode uses more bandwidth than interactive mode, but less than eager mode. It is generally suitable for transports with relatively long round-trip times and low risk of data loss, where it is better to wait for an acknowledgement than to resend a message at the next opportunity.
 
 Eager mode uses more bandwidth than the other modes. It is generally suitable for transports with relatively long round-trip times and high risk of data loss, where it is better to resend a message at the next opportunity than to wait for an acknowledgement.