summaryrefslogtreecommitdiffstats
path: root/doc/classes/PhysicsServer3DManager.xml
diff options
context:
space:
mode:
authorRedMser <redmser.jj2@gmail.com>2023-01-17 21:34:10 +0100
committerRedMser <redmser.jj2@gmail.com>2023-01-17 21:34:10 +0100
commitec4f9f5e2d7ca7987c1df3ab7e8a943ceec6940f (patch)
tree385920ed1140d5ead198cb637239963db169967a /doc/classes/PhysicsServer3DManager.xml
parentf0326297b319fb632ba5a28c7c8528b1800132f4 (diff)
downloadredot-engine-ec4f9f5e2d7ca7987c1df3ab7e8a943ceec6940f.tar.gz
Fix documentation 2d/3d mixups
Diffstat (limited to 'doc/classes/PhysicsServer3DManager.xml')
-rw-r--r--doc/classes/PhysicsServer3DManager.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PhysicsServer3DManager.xml b/doc/classes/PhysicsServer3DManager.xml
index 3ec03fede4..4d789ceb3f 100644
--- a/doc/classes/PhysicsServer3DManager.xml
+++ b/doc/classes/PhysicsServer3DManager.xml
@@ -15,7 +15,7 @@
<param index="0" name="name" type="String" />
<param index="1" name="create_callback" type="Callable" />
<description>
- Register a [PhysicsServer3D] implementation by passing a [param name] and a [Callable] that returns a [PhysicsServer2D] object.
+ Register a [PhysicsServer3D] implementation by passing a [param name] and a [Callable] that returns a [PhysicsServer3D] object.
</description>
</method>
<method name="set_default_server">