Skip to content

Commit 5431622

Browse files
committed
Improved wording
1 parent 9a086f8 commit 5431622

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
@@ -150,7 +150,7 @@ f:should_be_called_with(1):
150150
end)
151151
```
152152

153-
## Match Arguments Using Deep Compare
153+
## Matching Arguments Using Deep Compare
154154

155155
```lua
156156
local mach = require 'mach'
@@ -163,7 +163,7 @@ f:should_be_called_with(mach.match({ 1, 2, 3 })):
163163
end)
164164
```
165165

166-
## Match Arguments Using Custom Matcher
166+
## Matching Arguments Using a Custom Matcher
167167

168168
```lua
169169
local mach = require 'mach'

0 commit comments

Comments
 (0)