diff options
| author | Poommetee Ketson | 2018-03-24 00:57:58 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2018-04-11 10:20:22 +0700 |
| commit | 72aa87758a6c7795dc488cda45ccbd37f71de9a7 (patch) | |
| tree | 5258d73a942a67d6e5a90c9ccbd9c3287af4a0ff /doc/classes/Vector2.xml | |
| parent | 0f6fdb77c58f6f17bcdd85b107ad30b4e04edf3f (diff) | |
| download | godot-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.xml | 2 |
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"> |
