Skip to content

Commit bba8bc6

Browse files
authored
Update CFrame.yaml (#989)
## Changes <!-- Please summarize your changes. --> <!-- Please link to any applicable information (forum posts, bug reports, etc.). --> ## Checks By submitting your pull request for review, you agree to the following: - [ ] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [ ] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [ ] To the best of my knowledge, all proposed changes are accurate.
1 parent bf51cf0 commit bba8bc6

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)