docs: Fix formatting of || operator

This is a workaround for
[mdBook#2000](https://github.com/rust-lang/mdBook/issues/2000)
This commit is contained in:
Felix Uhl 2023-01-31 14:20:51 +01:00 committed by Valentin Gagarin
parent 32db5e6349
commit d910dfe978

View file

@ -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