Skip to content

Commit 164816a

Browse files
committed
docs: run prettier
1 parent 3a236a4 commit 164816a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/supported-runtimes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ You may also alias the standard libraries to a shorter name if you prefer.
9393
local task = std.task
9494
```
9595

96-
However, do not alias functions directly, as this will break the runtime
97-
setting functionality if the runtime is set after your module code is ran.
96+
However, do not alias functions directly, as this will break the runtime setting
97+
functionality if the runtime is set after your module code is ran.
9898

9999
```lua
100100
-- do not do this

0 commit comments

Comments
 (0)