Skip to content

Commit

Permalink
Corrected grammar (#17)
Browse files Browse the repository at this point in the history
* Corrected grammar

let’s -> lets

* also fix in docs index

Co-authored-by: Samuel Colvin <[email protected]>
  • Loading branch information
barnabywalters and samuelcolvin authored Feb 25, 2022
1 parent 450492e commit ed8309e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ the test would not be declarative or as clear.
*dirty-equals* can do so much more than that, for example:

* [`IsPartialDict`](https://dirty-equals.helpmanual.io/types/#dirty_equals.IsPartialDict)
let's you compare a subset of a dictionary
lets you compare a subset of a dictionary
* [`IsStrictDict`](https://dirty-equals.helpmanual.io/types/#dirty_equals.IsStrictDict)
let's you confirm order in a dictionary
lets you confirm order in a dictionary
* [`IsList`](https://dirty-equals.helpmanual.io/types/#dirty_equals.IsList) and
[`IsTuple`](https://dirty-equals.helpmanual.io/types/#dirty_equals.IsTuple)
lets you compare partial lists and tuples, with or without order constraints
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ Without **dirty-equals**, you'd have to compare individual fields and/or modify

**dirty-equals** can do so much more than that, for example:

* [`IsPartialDict`][dirty_equals.IsPartialDict] let's you compare a subset of a dictionary
* [`IsStrictDict`][dirty_equals.IsStrictDict] let's you confirm order in a dictionary
* [`IsPartialDict`][dirty_equals.IsPartialDict] lets you compare a subset of a dictionary
* [`IsStrictDict`][dirty_equals.IsStrictDict] lets you confirm order in a dictionary
* [`IsList`][dirty_equals.IsList] and [`IsTuple`][dirty_equals.IsTuple] lets you compare partial lists and tuples,
with or without order constraints
* nesting any of these types inside any others
Expand Down

0 comments on commit ed8309e

Please sign in to comment.