summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dde3b58..44603bc 100644
--- a/README.md
+++ b/README.md
@@ -2229,7 +2229,7 @@ new SVG.PathArray([
Note that every instance of `SVG.Path` carries a reference to the `SVG.PathArray` instance:
```javascript
-polygon.array //-> returns the SVG.PointArray instance
+path.array //-> returns the SVG.PathArray instance
```
_Javascript inheritance stack: `SVG.PathArray` < `SVG.Array`_