From 06702973c5284e08d70196d1cda9a05b7aed152a Mon Sep 17 00:00:00 2001 From: Maks Verver Date: Fri, 10 Jan 2025 21:00:18 +0100 Subject: [PATCH] Remove confusing paragraph (#37596) --- files/en-us/web/api/range/tostring/index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/files/en-us/web/api/range/tostring/index.md b/files/en-us/web/api/range/tostring/index.md index 71135190e64b8f9..9c4327081d2976d 100644 --- a/files/en-us/web/api/range/tostring/index.md +++ b/files/en-us/web/api/range/tostring/index.md @@ -11,10 +11,6 @@ browser-compat: api.Range.toString The **`Range.toString()`** method is a {{Glossary("stringifier")}} returning the text of the {{domxref("Range")}}. -Alerting the contents of a {{domxref("Range")}} makes an implicit -`toString()` call, so comparing range and text through an alert dialog is -ineffective. - ## Syntax ```js-nolint