diff --git a/doc/classes/RenderingServer.xml b/doc/classes/RenderingServer.xml
index af08a7b754a4..0969e5994b9b 100644
--- a/doc/classes/RenderingServer.xml
+++ b/doc/classes/RenderingServer.xml
@@ -2002,7 +2002,7 @@
- If [code]true[/code], ignores both frustum and occlusion culling on the specified 3D geometry instance. This is not the same as [member GeometryInstance3D.ignore_occlusion_culling], which only ignores occlusion culling and leaves frustum culling intact.
+ If [code]true[/code], ignores frustum culling, occlusion culling, and visual layer culling on the specified 3D geometry instance. This is not the same as [member GeometryInstance3D.ignore_occlusion_culling], which only ignores occlusion culling and leaves other forms of culling intact.