From 02aa4fbe65751c9135b886bfefea828e841565e3 Mon Sep 17 00:00:00 2001 From: Andy Maloney Date: Wed, 21 Sep 2022 02:53:05 -0400 Subject: [doc] Fix Quaternion "angle_to" docs Related to discussion in #64551 --- doc/classes/Quaternion.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/Quaternion.xml b/doc/classes/Quaternion.xml index a521af5709..f21ebf57e2 100644 --- a/doc/classes/Quaternion.xml +++ b/doc/classes/Quaternion.xml @@ -71,7 +71,7 @@ Returns the angle between this quaternion and [param to]. This is the magnitude of the angle you would need to rotate by to get from one to the other. - [b]Note:[/b] This method has an abnormally high number of floating-point errors, so methods such as [code]is_zero_approx[/code] will not work reliably. + [b]Note:[/b] The magnitude of the floating-point error for this method is abnormally high, so methods such as [code]is_zero_approx[/code] will not work reliably. -- cgit v1.2.3