diff options
author | Calvin Jeong <calvin@ty.pe.kr> | 2014-02-18 16:05:33 +1300 |
---|---|---|
committer | Calvin Jeong <calvin@ty.pe.kr> | 2014-02-18 16:05:33 +1300 |
commit | 004fc440a32dcc3200d597e1d7e88571370aedf8 (patch) | |
tree | d773c00f7c1c56cb4817e0c37d6003687df22e95 /README.md | |
parent | 0170465f9c60c0b16868af663ba8c11bfcd68fe7 (diff) | |
download | svg.js-004fc440a32dcc3200d597e1d7e88571370aedf8.tar.gz svg.js-004fc440a32dcc3200d597e1d7e88571370aedf8.zip |
Fixed typo
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1059,7 +1059,7 @@ rect.dx(200) __`returns`: `itself`__ -### dx() +### dy() Move element only along y-axis relative to its current position: ```javascript |