Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jparams committed Sep 7, 2018
1 parent 6a1a1a0 commit ca79871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public ToStringVerifier withMatchingFields(final String regex)
* Define how the verifier should behave if the {@link Object#toString()} output contains a field that has been explicitly excluded by
* calling {@link #withIgnoredFields(String...)} or implicitly excluded by calling {@link #withOnlyTheseFields(String...)} or
* {@link #withMatchingFields(String)}. By default, the verifier will not test for the presence of the excluded fields and will not fail
* if they exist in the {@link Object#toString()} output when they should not. You can change this behavior by setting <code>failOnExcludedFields</code>
* if they exist in the {@link Object#toString()} output when they should not. You can change this behaviour by setting <code>failOnExcludedFields</code>
* to true.
*
* @param failOnExcludedFields fail if ignored fields are found in the {@link Object#toString()} output
Expand Down

0 comments on commit ca79871

Please sign in to comment.