Skip to content

Commit

Permalink
Merge pull request #266 from vicziani/docfix
Browse files Browse the repository at this point in the history
Documentation: Escape pipe characters in tutorial
  • Loading branch information
sf105 committed Jul 5, 2019
2 parents 86043c6 + d626dcc commit 5edb1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Expand Up @@ -57,7 +57,7 @@ Hamcrest comes with a library of useful matchers. Here are some of the most impo
#### Logical
`allOf` - matches if all matchers match, short circuits (like Java &&)

`anyOf` - matches if any matchers match, short circuits (like Java ||)
`anyOf` - matches if any matchers match, short circuits (like Java \|\|)

`not` - matches if the wrapped matcher doesn't match and vice versa

Expand Down

0 comments on commit 5edb1da

Please sign in to comment.