Fix Typo received (#620)

Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
Ryan Russell
2022-06-01 17:21:06 -05:00
committed by GitHub
parent f6aa3be671
commit e4cf88c1a1
2 changed files with 3 additions and 3 deletions

View File

@@ -526,7 +526,7 @@ where
/// ///
/// This setting is configured by the server peer by sending the /// This setting is configured by the server peer by sending the
/// [`SETTINGS_ENABLE_CONNECT_PROTOCOL` parameter][2] in a `SETTINGS` frame. /// [`SETTINGS_ENABLE_CONNECT_PROTOCOL` parameter][2] in a `SETTINGS` frame.
/// This method returns the currently acknowledged value recieved from the /// This method returns the currently acknowledged value received from the
/// remote. /// remote.
/// ///
/// [1]: https://datatracker.ietf.org/doc/html/rfc8441#section-4 /// [1]: https://datatracker.ietf.org/doc/html/rfc8441#section-4
@@ -1280,7 +1280,7 @@ where
/// ///
/// This limit is configured by the server peer by sending the /// This limit is configured by the server peer by sending the
/// [`SETTINGS_MAX_CONCURRENT_STREAMS` parameter][1] in a `SETTINGS` frame. /// [`SETTINGS_MAX_CONCURRENT_STREAMS` parameter][1] in a `SETTINGS` frame.
/// This method returns the currently acknowledged value recieved from the /// This method returns the currently acknowledged value received from the
/// remote. /// remote.
/// ///
/// [1]: https://tools.ietf.org/html/rfc7540#section-5.1.2 /// [1]: https://tools.ietf.org/html/rfc7540#section-5.1.2

View File

@@ -554,7 +554,7 @@ where
/// ///
/// This limit is configured by the client peer by sending the /// This limit is configured by the client peer by sending the
/// [`SETTINGS_MAX_CONCURRENT_STREAMS` parameter][1] in a `SETTINGS` frame. /// [`SETTINGS_MAX_CONCURRENT_STREAMS` parameter][1] in a `SETTINGS` frame.
/// This method returns the currently acknowledged value recieved from the /// This method returns the currently acknowledged value received from the
/// remote. /// remote.
/// ///
/// [1]: https://tools.ietf.org/html/rfc7540#section-5.1.2 /// [1]: https://tools.ietf.org/html/rfc7540#section-5.1.2