fix codeblock language

This commit is contained in:
leaf corcoran 2015-02-28 19:13:16 -08:00
parent 2c44273b77
commit f1b7f92507

View File

@ -142,7 +142,7 @@ where return can be cascaded into the body.
**Before:**
```moonscript
```lua
local _
_ = function()
if test1 then
@ -173,7 +173,7 @@ end
**After:**
```moonscript
```lua
local _
_ = function()
if test1 then