Skip to content

Commit

Permalink
Fix link to DOMMatrixReadOnly.is2D
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewhodson authored Jan 12, 2025
1 parent 0a5ad3b commit 89427a2
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 @@ -61,6 +61,6 @@ console.log(matrix.is2D); // false
## See also

- {{domxref("DOMMatrix.translateSelf()")}}
- {{domxref("DOMMatrixReadOnly.is2D")}}
- (`DOMMatrixReadOnly.is2D`)(/en-US/docs/Web/API/DOMMatrixReadOnly#is2d)
- CSS {{CSSxRef("transform-function/matrix", "matrix()")}} function
- CSS {{CSSxRef("transform-function/matrix3d", "matrix3d()")}} function

0 comments on commit 89427a2

Please sign in to comment.