diff --git a/doc/classes/CanvasLayer.xml b/doc/classes/CanvasLayer.xml
index 427cabe7819..d1544296c8d 100644
--- a/doc/classes/CanvasLayer.xml
+++ b/doc/classes/CanvasLayer.xml
@@ -45,7 +45,7 @@
The custom [Viewport] node assigned to the [CanvasLayer]. If [code]null[/code], uses the default viewport instead.
- If enabled, the [CanvasLayer] stays in a fixed position on the screen. If disabled, the [CanvasLayer] maintains its position in world space.
+ If enabled, the [CanvasLayer] maintains its position in world space. If disabled, the [CanvasLayer] stays in a fixed position on the screen.
Together with [member follow_viewport_scale], this can be used for a pseudo-3D effect.