Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SETTINGS_ not SETTING_ #4979

Merged
merged 3 commits into from
Apr 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rfc9114.md
Original file line number Diff line number Diff line change
Expand Up @@ -2290,8 +2290,8 @@ The entries in {{iana-setting-table}} are registered by this document.
| ----------------------- | ------- | ----------------------- | --------- |
{: #iana-setting-table title="Initial HTTP/3 Settings"}

For fomatting reasons, setting names can be abbreviated by removing the
'SETTING_' prefix.
For formatting reasons, setting names can be abbreviated by removing the
'SETTINGS_' prefix.

Each code of the format `0x1f * N + 0x21` for non-negative integer values of `N`
(that is, 0x21, 0x40, ..., through 0x3ffffffffffffffe) MUST NOT be assigned by
Expand Down