Skip to content

Commit 49f54b5

Browse files
authored
use consistent notation (#377)
1 parent 6f3d1b7 commit 49f54b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/20-http_header_format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ The dash (`-`) character is used as a delimiter between fields.
8080
#### version
8181

8282
``` abnf
83-
version = 2HEXDIGLC ; this document assumes version 00. Version 255 is forbidden
83+
version = 2HEXDIGLC ; this document assumes version 00. Version ff is forbidden
8484
```
8585

8686
The value is US-ASCII encoded (which is UTF-8 compliant).
8787

88-
Version (`version`) is 1 byte representing an 8-bit unsigned integer. Version `255` is invalid. The current specification assumes the `version` is set to `00`.
88+
Version (`version`) is 1 byte representing an 8-bit unsigned integer. Version `ff` is invalid. The current specification assumes the `version` is set to `00`.
8989

9090
#### version-format
9191

0 commit comments

Comments
 (0)