From 2f2dfab08774e08e255f2b13790299f8272eda56 Mon Sep 17 00:00:00 2001 From: George Steel Date: Fri, 8 Mar 2024 16:13:15 +0000 Subject: [PATCH] Fix list indent Signed-off-by: George Steel --- docs/book/expression.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/book/expression.md b/docs/book/expression.md index 0745a2f6..2d558d8f 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.