Skip to content

Commit f1b7f92

Browse files
committed
fix codeblock language
1 parent 2c44273 commit f1b7f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ where return can be cascaded into the body.
142142

143143
**Before:**
144144

145-
```moonscript
145+
```lua
146146
local _
147147
_ = function()
148148
if test1 then
@@ -173,7 +173,7 @@ end
173173

174174
**After:**
175175

176-
```moonscript
176+
```lua
177177
local _
178178
_ = function()
179179
if test1 then

0 commit comments

Comments
 (0)