Skip to content

Commit eebfaed

Browse files
authored
Merge branch 'main' into patch-5
2 parents 9a5aefc + bba8bc6 commit eebfaed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en-us/reference/engine/datatypes/CFrame.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -988,10 +988,10 @@ methods:
988988
this `Datatype.CFrame` in both position and rotation.
989989
description: |
990990
Returns `true` if the other `Datatype.CFrame` is sufficiently close to
991-
this `Datatype.CFrame` in both position and rotation. The `eps` value is
992-
used to control the tolerance for this similarity. This value is optional
991+
this `Datatype.CFrame` in both position and rotation. The `epsilon` value is
992+
used to control the tolerance for this similarity; this value is optional
993993
and should be a small positive value if provided. The similarity for
994-
position is component-wise, and for rotation uses a fast approximation of
994+
position is component-wise while rotation uses a fast approximation of
995995
the angle difference.
996996
parameters:
997997
- name: other

0 commit comments

Comments
 (0)