diff --git a/doc/classes/Sprite2D.xml b/doc/classes/Sprite2D.xml
index e5c4c01d65b..8dcf286b3ae 100644
--- a/doc/classes/Sprite2D.xml
+++ b/doc/classes/Sprite2D.xml
@@ -44,7 +44,7 @@
- Returns [code]true[/code], if the pixel at the given position is opaque and [code]false[/code] in other case.
+ Returns [code]true[/code], if the pixel at the given position is opaque and [code]false[/code] in other case. The position is in local coordinates.
[b]Note:[/b] It also returns [code]false[/code], if the sprite's texture is [code]null[/code] or if the given position is invalid.