Skip to content

Commit a5bcab1

Browse files
Update RaycastResult.yaml
1 parent 9f5d043 commit a5bcab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ properties:
2525
tags: []
2626
deprecation_message: ''
2727
- name: RaycastResult.Instance
28-
type: Instance
28+
type: BasePart
2929
summary: |
3030
The `Class.BasePart` or `Class.Terrain` cell that the ray intersected.
3131
description: |
@@ -50,7 +50,7 @@ properties:
5050
The position of the intersection between the ray and the part.
5151
description: |
5252
The world space point at which the intersection occurred, usually a point
53-
directly on the surface of the instance.
53+
directly on the surface of the `Class.BasePart`.
5454
code_samples: []
5555
tags: []
5656
deprecation_message: ''

0 commit comments

Comments
 (0)