Skip to content

Commit fa170eb

Browse files
committed
Fix typo
1 parent 061f8dd commit fa170eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/e9tool-user-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Supported operators include:
317317
<td>Integer bitwise and</td></tr>
318318
<tr><td><b><tt>|</tt></b></td>
319319
<td>Integer bitwise or</td></tr>
320-
<tr><td><b><tt>|</tt></b></td>
320+
<tr><td><b><tt>^</tt></b></td>
321321
<td>Integer bitwise xor</td></tr>
322322
<tr><td><b><tt>~</tt></b></td>
323323
<td>Integer bitwise negation</td></tr>

0 commit comments

Comments
 (0)