diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml
index 85dea1485a0..0700baec5e9 100644
--- a/doc/classes/RichTextLabel.xml
+++ b/doc/classes/RichTextLabel.xml
@@ -69,7 +69,7 @@
- Returns the line number of the character position provided.
+ Returns the line number of the character position provided. Line and character numbers are both zero-indexed.
[b]Note:[/b] If [member threaded] is enabled, this method returns a value for the loaded part of the document. Use [method is_ready] or [signal finished] to determine whether document is fully loaded.
@@ -77,7 +77,7 @@
- Returns the paragraph number of the character position provided.
+ Returns the paragraph number of the character position provided. Paragraph and character numbers are both zero-indexed.
[b]Note:[/b] If [member threaded] is enabled, this method returns a value for the loaded part of the document. Use [method is_ready] or [signal finished] to determine whether document is fully loaded.