diff --git a/docs/manual.html b/docs/manual.html index 67b7dbc98..167d31f48 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -6153,7 +6153,7 @@ struct peer_alert: torrent_alert

peer_connect_alert

-

This alert is posted every time an outgoing peer connect attempts succeeds.

+

This alert is posted every time an outgoing peer connect attempts succeeds.

 struct peer_connect_alert: peer_alert
 {
diff --git a/docs/manual.rst b/docs/manual.rst
index 6898bd291..ed108909b 100644
--- a/docs/manual.rst
+++ b/docs/manual.rst
@@ -6416,7 +6416,7 @@ the information to identify the peer. i.e. ``ip`` and ``peer-id``.
 peer_connect_alert
 ------------------
 
-This alert is posted every time an outgoing  peer connect attempts succeeds.
+This alert is posted every time an outgoing peer connect attempts succeeds.
 
 ::