summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-07-01 21:08:33 +0100
committerwout <wout@impinc.co.uk>2013-07-01 21:08:33 +0100
commitb4ccd8108c685d80f212abd9ec5810d45e12e7e7 (patch)
tree619570c2ea0a04ef46eafe48e4c83494f47a61d2
parentfe8e7a8d48ad9118d3af2fef965e8ddc154facd2 (diff)
downloadsvg.js-b4ccd8108c685d80f212abd9ec5810d45e12e7e7.tar.gz
svg.js-b4ccd8108c685d80f212abd9ec5810d45e12e7e7.zip
Updated README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f63b81b..1bb4449 100644
--- a/README.md
+++ b/README.md
@@ -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()