Skip to content

Commit 88b9735

Browse files
authored
Apply suggestions from code review
1 parent cb84909 commit 88b9735

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/en-us/reference/engine/enums/ListenerLocation.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ListenerLocation
22
type: enum
33
summary: ''
44
description: |
5-
Provides a script-free & configuration-free way to spawn an `Class.AudioListener` by default. Determines where, if anywhere, a default `Class.AudioListener` should go.
5+
Provides a script-free and configuration-free way to spawn an `Class.AudioListener` by default. Determines where, if anywhere, a default `Class.AudioListener` should go.
66
code_samples: []
77
tags: []
88
deprecation_message: ''
@@ -21,7 +21,8 @@ items:
2121
deprecation_message: ''
2222
- name: Character
2323
summary: |
24-
An `Class.AudioListener` will be created and attached to your `Class.Players.LocalPlayer`'s `Class.Players.LocalPlayer.Character`.
24+
An `Class.AudioListener` will be created and attached to the local player's
25+
`Class.Player.Character`.
2526
value: 2
2627
tags: []
2728
deprecation_message: ''

0 commit comments

Comments
 (0)