Skip to content

Commit b184239

Browse files
committed
update comments
Signed-off-by: Alex Chi <[email protected]>
1 parent 205af89 commit b184239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/src/query.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ impl Stream for RowStream {
240240
impl RowStream {
241241
/// Returns the number of rows affected by the query.
242242
///
243-
/// This will be `None` if the information is not available yet.
243+
/// This function will return `None` until the stream has been exhausted.
244244
pub fn rows_affected(&self) -> Option<u64> {
245245
self.rows_affected
246246
}

0 commit comments

Comments
 (0)