Fix math.luau example formatting

This commit is contained in:
Varun Saini 2023-06-30 11:29:49 -07:00
parent ef2c2f9432
commit c563a09990

View file

@ -16,7 +16,7 @@ Currently, relative paths are always evaluated relative to the current working d
Suppose the module `math.luau` is located in `/Users/JohnDoe/LuauModules/Math` and contains the following:
```lua=
```lua
-- Beginning of /Users/JohnDoe/LuauModules/Math/math.luau
local sqrt = require("../MathHelperFunctions/sqrt")
```