Skip to content

Commit 6b2a465

Browse files
committed
Merge pull request #20 from raeesiqbal/patch-1
Fix a typo in README.md
2 parents 446006c + 42c154a commit 6b2a465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ QUIC, a multiplexed stream transport over UDP
33

44
QUIC is an experimental protocol aimed at reducing web latency over that of TCP.
55
On the surface, QUIC is very similar to TCP+TLS+SPDY implemented on UDP. Because
6-
TCP is implement in operating system kernels, and middlebox firmware, making
6+
TCP is implemented in operating system kernels, and middlebox firmware, making
77
significant changes to TCP is next to impossible. However, since QUIC is built
88
on top of UDP, it suffers from no such limitations.
99

0 commit comments

Comments
 (0)