[doc] Fix grammar in class docs: amount vs. number

Number is used for things that can be counted (discrete items - think "integer" in this context).

Also fixes a couple of awkward phrases.
This commit is contained in:
Andy Maloney
2022-08-17 18:08:09 -04:00
parent dbd1524362
commit 28e66882e5
36 changed files with 57 additions and 57 deletions

View File

@ -71,7 +71,7 @@
<param index="0" name="to" type="Quaternion" />
<description>
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 amount of floating-point error, so methods such as [code]is_zero_approx[/code] will not work reliably.
[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.
</description>
</method>
<method name="dot" qualifiers="const">