We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14519b commit 591400fCopy full SHA for 591400f
index.bs
@@ -2456,7 +2456,7 @@ To <dfn>parse aggregation keys</dfn> given a [=map=] |map|:
2456
1. Let |aggregationKeys| be a new [=map=].
2457
1. If |map|["<code>[=source-registration JSON key/aggregation_keys=]</code>"] does not [=map/exist=], return |aggregationKeys|.
2458
1. Let |values| be |map|["<code>[=source-registration JSON key/aggregation_keys=]</code>"].
2459
-1. If |values| is not an [=map=], return an error.
+1. If |values| is not a [=map=], return an error.
2460
1. If |values|'s [=map/size=] is greater than the
2461
[=max aggregation keys per source registration=], return an error.
2462
1. [=map/iterate|For each=] |key| → |value| of |values|:
0 commit comments