diff --git a/docs/book/expression.md b/docs/book/expression.md index 0745a2f..2d558d8 100644 --- a/docs/book/expression.md +++ b/docs/book/expression.md @@ -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()` - - a method matching `is()` - - a public property named `` + - a method matching `get()` + - a method matching `is()` + - a public property named `` in that specific order. In the first two cases, `` will be normalized to WordCase when creating the method name to test.