diff --git a/doc/classes/Camera.xml b/doc/classes/Camera.xml
index 17f4e70a6..5d1518e83 100644
--- a/doc/classes/Camera.xml
+++ b/doc/classes/Camera.xml
@@ -178,7 +178,7 @@
The camera's projection mode. In [constant PROJECTION_PERSPECTIVE] mode, objects' Z distance from the camera's local space scales their perceived size.
- The camera's size measured as 1/2 the width or height. Only applicable in orthogonal and frustum modes. Since [member keep_aspect] locks on axis, [code]size[/code] sets the other axis' size length.
+ The camera's size in meters measured as the diameter of the width or height, depending on [member keep_aspect]. Only applicable in orthogonal and frustum modes.
The vertical (Y) offset of the camera viewport.