We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dca333d + c78a586 commit 38bb78eCopy full SHA for 38bb78e
src/expressions/operator-expr.md
@@ -258,7 +258,7 @@ The operands of all of these operators are evaluated in [value expression contex
258
\*\*\* Arithmetic right shift on signed integer types, logical right shift on
259
unsigned integer types.
260
261
-† Division by zero panics.
+† For integer types, division by zero panics.
262
263
Here are examples of these operators being used.
264
0 commit comments