diff options
Diffstat (limited to 'doc/classes/@GDScript.xml')
-rw-r--r-- | doc/classes/@GDScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/@GDScript.xml b/doc/classes/@GDScript.xml index 3c794a4c4c..47003d08e0 100644 --- a/doc/classes/@GDScript.xml +++ b/doc/classes/@GDScript.xml @@ -1119,7 +1119,7 @@ <constant name="PI" value="3.141593" enum=""> Constant that represents how many times the diameter of a circle fits around its perimeter. </constant> - <constant name="TAU" value="6.2831853" enum=""> + <constant name="TAU" value="6.283185" enum=""> The circle constant, the circumference of the unit circle. </constant> <constant name="INF" value="inf" enum=""> |