Skip to content

Commit

Permalink
Escape pipe characters in tutorial documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vicziani committed Jul 5, 2019
1 parent 86043c6 commit d626dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
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 d626dcc

Please sign in to comment.