Skip to content

Commit 591400f

Browse files
committed
s/an map/a map/
1 parent b14519b commit 591400f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2456,7 +2456,7 @@ To <dfn>parse aggregation keys</dfn> given a [=map=] |map|:
24562456
1. Let |aggregationKeys| be a new [=map=].
24572457
1. If |map|["<code>[=source-registration JSON key/aggregation_keys=]</code>"] does not [=map/exist=], return |aggregationKeys|.
24582458
1. Let |values| be |map|["<code>[=source-registration JSON key/aggregation_keys=]</code>"].
2459-
1. If |values| is not an [=map=], return an error.
2459+
1. If |values| is not a [=map=], return an error.
24602460
1. If |values|'s [=map/size=] is greater than the
24612461
[=max aggregation keys per source registration=], return an error.
24622462
1. [=map/iterate|For each=] |key| → |value| of |values|:

0 commit comments

Comments
 (0)