aboutsummaryrefslogtreecommitdiff
path: root/doc/text.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/text.rst')
-rw-r--r--doc/text.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/text.rst b/doc/text.rst
index 8bbef5b..5b5e5c0 100644
--- a/doc/text.rst
+++ b/doc/text.rst
@@ -105,7 +105,7 @@ A mark keeps track of a text position. Subsequent text changes will update
all marks placed after the modification point. Reverting to an older text
state will hide all affected marks, redoing the changes will restore them.
-.. warning:: Due to an optimization cached modifications (i.e. no ``text_snaphot``
+.. warning:: Due to an optimization cached modifications (i.e. no ``text_snapshot``
was performed between setting the mark and issuing the changes) might
not adjust mark positions accurately.