diff options
author | wout <wout@impinc.co.uk> | 2013-07-01 21:08:33 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-07-01 21:08:33 +0100 |
commit | b4ccd8108c685d80f212abd9ec5810d45e12e7e7 (patch) | |
tree | 619570c2ea0a04ef46eafe48e4c83494f47a61d2 | |
parent | fe8e7a8d48ad9118d3af2fef965e8ddc154facd2 (diff) | |
download | svg.js-b4ccd8108c685d80f212abd9ec5810d45e12e7e7.tar.gz svg.js-b4ccd8108c685d80f212abd9ec5810d45e12e7e7.zip |
Updated README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -987,7 +987,7 @@ To remove an element from a set: set.remove(rect) ``` -Or to remove all elements fomr a set: +Or to remove all elements from a set: ```javascript set.clear() |