Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en-us/reference/engine/datatypes/Enums.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ summary: |
A root access point of all `Datatype.Enum|Enums`.
description: |
The `Datatype.Enums` data type, more commonly known as `Datatype.Enum` by its
global variable in Luau), acts as the root access point for all available
global variable in Luau, acts as the root access point for all available
enums on Roblox. All enums on Roblox are indexed via their name through this
data type, and developers can also utilize the `GetEnums()` method to get a
list of all enums on Roblox.
Expand Down