fix some autolinks that weren't resolving in docs (#305)

This commit is contained in:
Sean McArthur
2018-08-10 14:27:45 -07:00
committed by GitHub
parent 66a5d113d4
commit b0db515bdd
2 changed files with 9 additions and 12 deletions

View File

@@ -277,7 +277,7 @@ impl<B: IntoBuf> SendStream<B> {
/// Requests to be notified when the stream's capacity increases.
///
/// Before calling this, capacity should be requested with
/// [`reserve_capacity`]. Once capacity is requested, the connection will
/// `reserve_capacity`. Once capacity is requested, the connection will
/// assign capacity to the stream **as it becomes available**. There is no
/// guarantee as to when and in what increments capacity gets assigned to
/// the stream.