Skip to content

Commit

Permalink
docs: Fix formatting of || operator
Browse files Browse the repository at this point in the history
This is a workaround for
[mdBook#2000](rust-lang/mdBook#2000)
  • Loading branch information
iFreilicht authored and fricklerhandwerk committed Feb 7, 2023
1 parent 32db5e6 commit d910dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/src/language/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
| [Equality] | *expr* `==` *expr* | none | 11 |
| Inequality | *expr* `!=` *expr* | none | 11 |
| Logical conjunction (`AND`) | *bool* `&&` *bool* | left | 12 |
| Logical disjunction (`OR`) | *bool* `\|\|` *bool* | left | 13 |
| Logical disjunction (`OR`) | *bool* <code>\|\|</code> *bool* | left | 13 |
| [Logical implication] | *bool* `->` *bool* | none | 14 |

[string]: ./values.md#type-string
Expand Down

0 comments on commit d910dfe

Please sign in to comment.