mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Fix math.luau example formatting
This commit is contained in:
parent
ef2c2f9432
commit
c563a09990
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
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
|
-- Beginning of /Users/JohnDoe/LuauModules/Math/math.luau
|
||||||
local sqrt = require("../MathHelperFunctions/sqrt")
|
local sqrt = require("../MathHelperFunctions/sqrt")
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue