Operator expressions: make the note about division by zero clearer.

This commit is contained in:
Matthew Woodcraft 2023-07-19 18:27:30 +01:00
parent fd8abed295
commit 67f41530c5
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ The operands of all of these operators are evaluated in [value expression contex
\*\*\* Arithmetic right shift on signed integer types, logical right shift on
unsigned integer types.
Division by zero panics.
For integer types, division by zero panics.
Here are examples of these operators being used.