From 975ed93794d4cef6d84821ab50e8d5e3ef89b923 Mon Sep 17 00:00:00 2001 From: Chris Bradfield Date: Sat, 9 May 2020 18:47:02 -0700 Subject: [PATCH] [DOCS] minor description changes --- doc/classes/Engine.xml | 4 ++-- doc/classes/Node.xml | 2 +- doc/classes/Vector3.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/classes/Engine.xml b/doc/classes/Engine.xml index 45c153b6dcb..12701d86880 100644 --- a/doc/classes/Engine.xml +++ b/doc/classes/Engine.xml @@ -1,10 +1,10 @@ - Access to basic engine properties. + Access to engine properties. - The [Engine] class allows you to query and modify the project's run-time parameters, such as frames per second, time scale, and others. + The [Engine] singleton allows you to query and modify the project's run-time parameters, such as frames per second, time scale, and others. diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 5ba3c6c56a7..0c0d16753ac 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -305,7 +305,7 @@ - Returns the parent node of the current node, or an empty [Node] if the node lacks a parent. + Returns the parent node of the current node, or a [code]null instance[/code] if the node lacks a parent. diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index 8c18ca8cc97..29222bb4d12 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -309,7 +309,7 @@ - Returns a copy of the vector snapped to the lowest neared multiple. + Returns the vector snapped to a grid with the given size.