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 64630c9..1e765f0 100644
--- a/README.md
+++ b/README.md
@@ -871,7 +871,7 @@ Move element to the back:
rect.back()
```
-Note that `back()` will move the element to position 1, not 0, because the `<defs>` node is already located at position 0.
+Note that `back()` will move the element to position 0.
Move element one step forward: