Skip to content

Commit 4440a50

Browse files
Tiny fix in Enums, stray ')' character (#1155)
## Changes Enums page had a stray ')' character. ## Checks By submitting your pull request for review, you agree to the following: - [X] 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. - [X] 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. - [X] To the best of my knowledge, all proposed changes are accurate.
1 parent 8e8e713 commit 4440a50

File tree

1 file changed

+1
-1
lines changed
  • content/en-us/reference/engine/datatypes

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ summary: |
44
A root access point of all `Datatype.Enum|Enums`.
55
description: |
66
The `Datatype.Enums` data type, more commonly known as `Datatype.Enum` by its
7-
global variable in Luau), acts as the root access point for all available
7+
global variable in Luau, acts as the root access point for all available
88
enums on Roblox. All enums on Roblox are indexed via their name through this
99
data type, and developers can also utilize the `GetEnums()` method to get a
1010
list of all enums on Roblox.

0 commit comments

Comments
 (0)