Skip to content

Commit

Permalink
updateText: Remove false information (#36832)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecat authored Nov 17, 2024
1 parent dc82e60 commit 7d7b014
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/en-us/web/api/editcontext/updatetext/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ updateText(rangeStart, rangeEnd, text)
### Exceptions

- If less than three arguments are provided, a `TypeError` {{domxref("DOMException")}} is thrown.
- if `rangeStart` is greater than `rangeEnd`, a {{domxref("DOMException")}} is thrown.

## Examples

Expand Down

0 comments on commit 7d7b014

Please sign in to comment.