diff --git a/tokio-postgres/src/query.rs b/tokio-postgres/src/query.rs index 72e92ccd..12176353 100644 --- a/tokio-postgres/src/query.rs +++ b/tokio-postgres/src/query.rs @@ -240,7 +240,7 @@ impl Stream for RowStream { impl RowStream { /// Returns the number of rows affected by the query. /// - /// This will be `None` if the information is not available yet. + /// This function will return `None` until the stream has been exhausted. pub fn rows_affected(&self) -> Option { self.rows_affected }