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

Editorial: replace use of Type macro #902

Merged
merged 1 commit into from
Jun 27, 2024
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
2 changes: 1 addition & 1 deletion spec/negotiation.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h1>
1. If _r_ is *undefined*, set _r_ to the Record { [[locale]]: DefaultLocale(), [[extension]]: ~empty~ }.
1. Let _foundLocale_ be _r_.[[locale]].
1. Let _foundLocaleData_ be _localeData_.[[&lt;_foundLocale_&gt;]].
1. Assert: Type(_foundLocaleData_) is Record.
1. Assert: _foundLocaleData_ is a Record.
1. Let _result_ be a new Record.
1. Set _result_.[[LocaleData]] to _foundLocaleData_.
1. If _r_.[[extension]] is not ~empty~, then
Expand Down
Loading