Skip to content

Commit 5ef5671

Browse files
committed
[css-paint-api] Use «» instead of [] for array syntax.
1 parent aec4a6f commit 5ef5671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-paint-api/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ following steps:
398398
10. Let |paintSize| be a new {{PaintSize}} initialized to the width and height defined by
399399
|concreteObjectSize|.
400400

401-
11. Perform <a>Invoke</a>(|paintInstance|, "paint", [|renderingContext|, |paintSize|,
402-
|styleMap|]).
401+
11. Perform <a>Invoke</a>(|paintInstance|, "paint", «|renderingContext|, |paintSize|,
402+
|styleMap|»).
403403

404404
12. The image output is to be produced from the |renderingContext| given to the method.
405405

0 commit comments

Comments
 (0)