Skip to content

Commit 67f4153

Browse files
committed
Operator expressions: make the note about division by zero clearer.
1 parent fd8abed commit 67f4153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/operator-expr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ The operands of all of these operators are evaluated in [value expression contex
258258
\*\*\* Arithmetic right shift on signed integer types, logical right shift on
259259
unsigned integer types.
260260

261-
Division by zero panics.
261+
For integer types, division by zero panics.
262262

263263
Here are examples of these operators being used.
264264

0 commit comments

Comments
 (0)