aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/Vector2.xml
diff options
context:
space:
mode:
authorPoommetee Ketson2018-03-24 00:57:58 +0700
committerPoommetee Ketson2018-04-11 10:20:22 +0700
commit72aa87758a6c7795dc488cda45ccbd37f71de9a7 (patch)
tree5258d73a942a67d6e5a90c9ccbd9c3287af4a0ff /doc/classes/Vector2.xml
parent0f6fdb77c58f6f17bcdd85b107ad30b4e04edf3f (diff)
downloadgodot-72aa87758a6c7795dc488cda45ccbd37f71de9a7.tar.gz
godot-72aa87758a6c7795dc488cda45ccbd37f71de9a7.tar.zst
godot-72aa87758a6c7795dc488cda45ccbd37f71de9a7.zip
Update classref and docs, fix missing parameters' name
Diffstat (limited to 'doc/classes/Vector2.xml')
-rw-r--r--doc/classes/Vector2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml
index c9fc7d3fb..5ffe80760 100644
--- a/doc/classes/Vector2.xml
+++ b/doc/classes/Vector2.xml
@@ -87,7 +87,7 @@
<argument index="0" name="with" type="Vector2">
</argument>
<description>
- Returns the 2-dimensional analog of the cross product with [code]b[/code].
+ Returns the 2-dimensional analog of the cross product with the given Vector2.
</description>
</method>
<method name="cubic_interpolate">