Skip to content

Commit 0357e8f

Browse files
committed
Fix observation map
1 parent 143d343 commit 0357e8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ The [=browser agent=], on the other hand, does not run JavaScript on the page. I
466466
view of the page's tools and any other relevant context by getting an [=observation=]. An
467467
<dfn>observation</dfn> is an [=implementation-defined=] data structure containing at least a <dfn
468468
for=observation>tool map</dfn>, which is a [=map=] whose [=map/keys=] are [=Document/unique ID=]s,
469-
and whose [=map/values=] are [=tool definitions=].
469+
and whose [=map/values=] are [=lists=] of [=tool definition=] [=structs=].
470470

471471
Note: An [=observation=] is usually a "snapshot" distillation of a page being presented to the user,
472472
along with any other state the [=user agent=] believes is relevant for the [=browser agent=]; this

0 commit comments

Comments
 (0)