diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 9a72a27aaa..8a5ecc3dd0 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -4085,8 +4085,8 @@ UDP datagrams MUST NOT be fragmented at the IP layer. In IPv4 ({{!IPv4=RFC0791}}), the DF bit MUST be set if possible, to prevent fragmentation on the path. -Datagrams are required to be a minimum size under some conditions. However, the -size of the datagram is not authenticated. Therefore, an endpoint MUST NOT +Datagrams are required to be of a minimum size under some conditions. However, +the size of the datagram is not authenticated. Therefore, an endpoint MUST NOT close a connection when it receives a datagram that does not meet size constraints, though the endpoint MAY discard such datagrams.