Skip to content

Commit fbdf3b8

Browse files
PLeVasseurrcseacord
authored andcommitted
typo
1 parent 6aa4947 commit fbdf3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coding-guidelines/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Expressions
135135
:id: compl_ex_k1CD6xoZxhXb
136136
:status: draft
137137

138-
Checked division prevents division by zero from occuring.
138+
Checked division prevents division by zero from occurring.
139139
The programmer can then handle the returned :std:`std::option::Option`.
140140
Using checked division and remainder is particularly important in the signed integer case,
141141
where arithmetic overflow can also occur when dividing the minimum representable value by -1.

0 commit comments

Comments
 (0)