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.
1 parent 6aa4947 commit fbdf3b8Copy full SHA for fbdf3b8
src/coding-guidelines/expressions.rst
@@ -135,7 +135,7 @@ Expressions
135
:id: compl_ex_k1CD6xoZxhXb
136
:status: draft
137
138
- Checked division prevents division by zero from occuring.
+ Checked division prevents division by zero from occurring.
139
The programmer can then handle the returned :std:`std::option::Option`.
140
Using checked division and remainder is particularly important in the signed integer case,
141
where arithmetic overflow can also occur when dividing the minimum representable value by -1.
0 commit comments