Skip to content

Commit 559b6cd

Browse files
authored
Update UserInputService.yaml
Enum.KeyCode.Apostrophe does not exist, replaced it with the actual Enum: Enum.KeyCode.Quote.
1 parent dcc1835 commit 559b6cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en-us/reference/engine/classes/UserInputService.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,9 +1578,9 @@ methods:
15781578
<td><code>rbxasset://textures/ui/Controls/tab.png</code></td>
15791579
</tr>
15801580
<tr>
1581-
<td><code>Enum.KeyCode.Apostrophe</code></td>
1582-
<td><img src="../../../assets/scripting/controls/apostrophe.png" width="24" /></td>
1583-
<td><code>rbxasset://textures/ui/Controls/apostrophe.png</code></td>
1581+
<td><code>Enum.KeyCode.Quote</code></td>
1582+
<td><img src="../../../assets/scripting/controls/quote.png" width="24" /></td>
1583+
<td><code>rbxasset://textures/ui/Controls/quote.png</code></td>
15841584
</tr>
15851585
<tr>
15861586
<td><code>Enum.KeyCode.Comma</code></td>

0 commit comments

Comments
 (0)