Skip to content

Commit

Permalink
Adapt documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vbreuss committed Jan 4, 2024
1 parent 625947f commit 0572cd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/_pages/strings.md
Expand Up @@ -89,7 +89,6 @@ The supported options are:
| `IgnoringLeadingWhitespace` | Ignores leading whitespace in the subject and the expectation. |
| `IgnoringTrailingWhitespace` | Ignores trailing whitespace in the subject and the expectation. |
| `IgnoringCase` | Compares the strings case-insensitive. |
| `IgnoringNewlines` | Removes all newlines in the subject and expectation. |

You can also specify a custom string comparer via
```csharp
Expand Down

0 comments on commit 0572cd4

Please sign in to comment.