mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix minor typos
This commit is contained in:
committed by
Rémi Verschelde
parent
021d436105
commit
be6ef615b1
@@ -473,7 +473,7 @@ Operators
|
||||
|
||||
These are mostly generic operators such as addition, multiplication, comparison, etc.
|
||||
By default, these mostly accept any datatype (and will error in run-time if the types
|
||||
feeded do not match for the operator). It is always recommended to set the right
|
||||
fed do not match for the operator). It is always recommended to set the right
|
||||
type for operators to catch errors faster and make the graph easier to read.
|
||||
|
||||
.. image:: img/visual_script46.png
|
||||
|
||||
Reference in New Issue
Block a user