File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ where
526
526
///
527
527
/// This setting is configured by the server peer by sending the
528
528
/// [`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
530
530
/// remote.
531
531
///
532
532
/// [1]: https://datatracker.ietf.org/doc/html/rfc8441#section-4
@@ -1280,7 +1280,7 @@ where
1280
1280
///
1281
1281
/// This limit is configured by the server peer by sending the
1282
1282
/// [`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
1284
1284
/// remote.
1285
1285
///
1286
1286
/// [1]: https://tools.ietf.org/html/rfc7540#section-5.1.2
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ where
554
554
///
555
555
/// This limit is configured by the client peer by sending the
556
556
/// [`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
558
558
/// remote.
559
559
///
560
560
/// [1]: https://tools.ietf.org/html/rfc7540#section-5.1.2
You can’t perform that action at this time.
0 commit comments