Skip to content

Commit 3bc6ded

Browse files
authored
Update README.md
1 parent 3d5bb53 commit 3bc6ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ f:should_be_called_with(mach.any, 42):
205205

206206
## Ignoring Other Calls
207207

208-
```javascript
208+
```lua
209209
local mach = require 'mach'
210210

211211
local f = mach.mock_function('f')
@@ -216,7 +216,7 @@ f:should_be_called():and_other_calls_should_be_ignored():when(function()
216216
end)
217217
```
218218

219-
```javascript
219+
```lua
220220
local mach = require 'mach'
221221

222222
local f = mach.mock_function('f')

0 commit comments

Comments
 (0)