Skip to content

s/an map/a map/ #1527

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

Merged
merged 1 commit into from
May 20, 2025
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 index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2456,7 +2456,7 @@ To parse aggregation keys given a [=map=] |map|:
1. Let |aggregationKeys| be a new [=map=].
1. If |map|["[=source-registration JSON key/aggregation_keys=]"] does not [=map/exist=], return |aggregationKeys|.
1. Let |values| be |map|["[=source-registration JSON key/aggregation_keys=]"].
1. If |values| is not an [=map=], return an error.
1. If |values| is not a [=map=], return an error.
1. If |values|'s [=map/size=] is greater than the
[=max aggregation keys per source registration=], return an error.
1. [=map/iterate|For each=] |key| → |value| of |values|:
Expand Down
Loading