You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,4 +103,3 @@ To view a page fully formatted per what we see on the `main` branch, replace the
103
103
## Code of Conduct
104
104
105
105
To maintain an open, welcoming, diverse, inclusive, and healthy community, this project enforces an adapted version of the Contributor Covenant. For more information, see [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).
Copy file name to clipboardExpand all lines: STYLE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ To link to a page in the Roblox Engine API, use the following syntax patterns. T
137
137
138
138
-`` `Enum.Name` ``
139
139
140
-
-**Lua/Roblox Globals**
140
+
-**Luau and Roblox Globals**
141
141
142
142
-`` `Global.LuaGlobals.Function()` ``
143
143
-`` `Global.RobloxGlobals.Function()` ``
@@ -241,8 +241,8 @@ The reference documentation files come in five types:
241
241
- Classes — core classes such as `BasePart`, `Model`, `Humanoid`, `DataStoreService`, etc.
242
242
- Data types — data types such as `Color3`, `CFrame`, `UDim2`, `Vector3`, etc.
243
243
- Enums — Enums such as `CameraType`, `FontSize`, `ScreenInsets`, etc.
244
-
- Globals — Lua and Roblox globals.
245
-
- Libraries — Lua libraries such as `math`, `string`, and `table`.
244
+
- Globals — Luau and Roblox globals.
245
+
- Libraries — Luau libraries such as `math`, `string`, and `table`.
246
246
247
247
Internal tooling generates the structure of most files. Don't add new constructors, properties, methods, or events—just fill in the details. In most situations, you should only edit `summary`, `description`, and `deprecation_message`.
0 commit comments