Skip to content

Commit 0c1ba30

Browse files
committed
Update the book
1 parent 1d47d38 commit 0c1ba30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/modify.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -669,8 +669,8 @@ <h4><span class="header-section-number">7.0.2.2</span> Boolean Operators</h4>
669669
<td>Are both <code>cond1</code> and <code>cond2</code> true?</td>
670670
</tr>
671671
<tr class="even">
672-
<td><code>\|</code></td>
673-
<td><code>cond1 pipe cond2</code></td>
672+
<td><code>|</code></td>
673+
<td><code>cond1 | cond2</code></td>
674674
<td>Is one or more of <code>cond1</code> and <code>cond2</code> true?</td>
675675
</tr>
676676
<tr class="odd">

0 commit comments

Comments
 (0)