Skip to content

Commit e4cf88c

Browse files
authored
Fix Typo received (#620)
Signed-off-by: Ryan Russell <[email protected]>
1 parent f6aa3be commit e4cf88c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/client.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ where
526526
///
527527
/// This setting is configured by the server peer by sending the
528528
/// [`SETTINGS_ENABLE_CONNECT_PROTOCOL` parameter][2] in a `SETTINGS` frame.
529-
/// This method returns the currently acknowledged value recieved from the
529+
/// This method returns the currently acknowledged value received from the
530530
/// remote.
531531
///
532532
/// [1]: https://datatracker.ietf.org/doc/html/rfc8441#section-4
@@ -1280,7 +1280,7 @@ where
12801280
///
12811281
/// This limit is configured by the server peer by sending the
12821282
/// [`SETTINGS_MAX_CONCURRENT_STREAMS` parameter][1] in a `SETTINGS` frame.
1283-
/// This method returns the currently acknowledged value recieved from the
1283+
/// This method returns the currently acknowledged value received from the
12841284
/// remote.
12851285
///
12861286
/// [1]: https://tools.ietf.org/html/rfc7540#section-5.1.2

src/server.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ where
554554
///
555555
/// This limit is configured by the client peer by sending the
556556
/// [`SETTINGS_MAX_CONCURRENT_STREAMS` parameter][1] in a `SETTINGS` frame.
557-
/// This method returns the currently acknowledged value recieved from the
557+
/// This method returns the currently acknowledged value received from the
558558
/// remote.
559559
///
560560
/// [1]: https://tools.ietf.org/html/rfc7540#section-5.1.2

0 commit comments

Comments
 (0)