diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 7f6b7c0ca8..a2b3cd7f93 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -2309,7 +2309,7 @@ Receiving any frame other than STREAM, MAX_STREAM_DATA, STREAM_BLOCKED, or RST_STREAM on a stream in this state MUST be treated as a connection error ({{error-handling}}) of type YYYY. -An endpoint MUST NOT send a STREAM of RST_STREAM frame for a stream ID that is +An endpoint MUST NOT send a STREAM or RST_STREAM frame for a stream ID that is higher than the peers advertised maximum stream ID (see {{frame-max-stream-id}}).