Skip to content

Commit

Permalink
Merge pull request #52 from gsteel/docs-fixes
Browse files Browse the repository at this point in the history
Fix list indent for docs
  • Loading branch information
gsteel committed Mar 11, 2024
2 parents 9578cf6 + 2f2dfab commit 4f8c886
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/book/expression.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ That value can be one of the following:
and the second being a property or field of that object. The
`ExpressionAssertion` will test for:

- a method matching `get<field>()`
- a method matching `is<field>()`
- a public property named `<field>`
- a method matching `get<field>()`
- a method matching `is<field>()`
- a public property named `<field>`

in that specific order. In the first two cases, `<field>` will be normalized
to WordCase when creating the method name to test.
Expand Down

0 comments on commit 4f8c886

Please sign in to comment.