Skip to content

Commit

Permalink
docs: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lukadev-0 committed Apr 8, 2024
1 parent 3a236a4 commit 164816a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/supported-runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ You may also alias the standard libraries to a shorter name if you prefer.
local task = std.task
```

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

```lua
-- do not do this
Expand Down

0 comments on commit 164816a

Please sign in to comment.