Merge pull request #7767 from marcjansen/transform-typo

Transformation functions: Fix spelling and use the symbol ×
This commit is contained in:
Marc Jansen
2018-02-05 22:16:13 +01:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ const _ol_transform_ = {};
* Collection of affine 2d transformation functions. The functions work on an
* array of 6 elements. The element order is compatible with the [SVGMatrix
* interface](https://developer.mozilla.org/en-US/docs/Web/API/SVGMatrix) and is
* a subset (elements a to f) of a 3x3 martrix:
* a subset (elements a to f) of a 3×3 matrix:
* ```
* [ a c e ]
* [ b d f ]