Skip to content

Commit 75e0ccd

Browse files
committed
Update README.md
1 parent f5fda9d commit 75e0ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ local mach = require 'mach'
9090

9191
local f = mach.mock_function()
9292

93-
-- Use and_also when order is important
93+
-- Use and_then when order is important
9494
f:should_be_called_with(1):
9595
and_then(f:should_be_called_with(2)):
9696
when(function()

0 commit comments

Comments
 (0)