Skip to content

Commit ab19270

Browse files
authored
Update src/client.rs
1 parent eb34f08 commit ab19270

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ where
12371237
/// This method returns the currently acknowledged value recieved from the
12381238
/// remote.
12391239
///
1240-
/// [settings]: https://tools.ietf.org/html/rfc7540#section-5.1.2
1240+
/// [1]: https://tools.ietf.org/html/rfc7540#section-5.1.2
12411241
pub fn max_concurrent_send_streams(&self) -> usize {
12421242
self.inner.max_send_streams()
12431243
}

0 commit comments

Comments
 (0)