aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar 市川恭佑 (ebi) <44393661+ebi-yade@users.noreply.github.com> 2021-11-17 01:49:20 +0900
committerGravatar GitHub <noreply@github.com> 2021-11-16 16:49:20 +0000
commit0bf4adf5cf2b4887e3df69f456b6e0220ac6ed19 (patch)
tree2f9ad991e86a14ed9d408c39ac81fa297751d052
parent26fcf79713f4b2de86f8219a3ce83f679768e53d (diff)
downloadquiche-0bf4adf5cf2b4887e3df69f456b6e0220ac6ed19.tar.gz
quiche-0bf4adf5cf2b4887e3df69f456b6e0220ac6ed19.tar.zst
quiche-0bf4adf5cf2b4887e3df69f456b6e0220ac6ed19.zip
fix typo *unidirectional
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 6435fa57..fe672823 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -8989,7 +8989,7 @@ mod tests {
}
#[test]
- /// Tests that the MAX_STREAMS frame is sent for unirectional streams.
+ /// Tests that the MAX_STREAMS frame is sent for unidirectional streams.
fn stream_limit_update_uni() {
let mut config = Config::new(crate::PROTOCOL_VERSION).unwrap();
config