Skip to content

Commit 82f3682

Browse files
committed
[typed-om] Use the correct name from WebIDL for indexed property getter.
1 parent 6a95854 commit 82f3682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-typed-om/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2216,7 +2216,7 @@ of all the "math" operations.
22162216

22172217
The <dfn attribute for=CSSNumericArray>length</dfn> attribute of {{CSSNumericArray}} indicates how many {{CSSNumericValue}}s are contained within the {{CSSNumericArray}}.
22182218

2219-
The <dfn export for=CSSNumericArray>indexed getter</dfn> of {{CSSNumericArray}} retrieves the {{CSSNumericValue}} at the provided index.
2219+
The <dfn export for=CSSNumericArray>[=/indexed property getter=]</dfn> of {{CSSNumericArray}} retrieves the {{CSSNumericValue}} at the provided index.
22202220

22212221
<!--
22222222
██ ██ ██ ██ ██ ██ ██████ ██████ ██████

0 commit comments

Comments
 (0)