Skip to content

Commit

Permalink
Clarify transformList syntax on setMatrixValue() page
Browse files Browse the repository at this point in the history
Remove mention of `DOMString` because from the perspective of web developers, it's just a string.
  • Loading branch information
mathewhodson authored Feb 1, 2025
1 parent 59254d2 commit 9c4db01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/dommatrix/setmatrixvalue/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The **`setMatrixValue()`** method of the {{domxref("DOMMatrix")}} interface repl
### Parameters

- `transformList`
- : The list of comma-separated transform values as a `DOMString` matrix.
- : A string; the list of transform values separated by commas, within `matrix()` or `matrix3d()` function syntax.

### Return value

Expand Down

0 comments on commit 9c4db01

Please sign in to comment.