diff --git a/index.html b/index.html
index 137ee8f..ab93756 100644
--- a/index.html
+++ b/index.html
@@ -1098,7 +1098,7 @@
EditContext Interface
-
Replace the substring of [=text=] in the range of |rangeStart| and |rangeEnd| with |newText|
-
It's permissible that |rangeStart| > |rangeEnd|. The substring between the indices should be replaced in the same way as when |rangeStart| <= |rangeEnd|.
+ It's permissible that |rangeStart| > |rangeEnd|. The substring between the indices should be replaced in the same way as if |rangeStart| and |rangeEnd| were swapped.