Skip to content

Commit c6a2c52

Browse files
dirkschulzesvgeesus
authored andcommitted
Fixed typos in defitnions
1 parent 8357b7b commit c6a2c52

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

matrix/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2013-03-07 Dirk Schulze <dschulze@adobe.com>
2+
Fixed typos in defitnions.
3+
14
2013-03-07 Dirk Schulze <dschulze@adobe.com>
25
'rotate' and 'rotateBy' should be pure 2D operations.
36
More detailed example for passing DOM string and stringifier.

matrix/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
<section>
5353
<h2>Definitions</h2>
5454
<dl>
55-
<dt><dfn>postmultiply</dfn></dt>
56-
<dd>Term B postmultiplied by term A is equal to A &middot; B.</dd>
57-
<dt><dfn>premultiply</dfn></dt>
58-
<dd>Term B premultiplied by term A is equal to B &middot; A.</dd>
55+
<dt><dfn>post-multiply</dfn></dt>
56+
<dd>Term A post-multiplied by term B is equal to A &middot; B.</dd>
57+
<dt><dfn>pre-multiply</dfn></dt>
58+
<dd>Term A pre-multiplied by term B is equal to B &middot; A.</dd>
5959
<dt><dfn>multiply</dfn></dt>
6060
<dd>Multiply term A by term B is equal to A &middot; B.</dd>
6161
</dl>

0 commit comments

Comments
 (0)