Skip to content

Commit 4270d3b

Browse files
authored
Fix spelling error, a missing r (#41443)
1 parent 5c49a0d commit 4270d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/mathematical-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following [Boolean operators](https://en.wikipedia.org/wiki/Boolean_algebra#
6969
| `x && y` | [short-circuiting and](@ref man-conditional-evaluation) |
7070
| `x \|\| y` | [short-circuiting or](@ref man-conditional-evaluation) |
7171

72-
Negation changes `true` to `false` and vice versa. The short-circuiting opeations are explained on the linked page.
72+
Negation changes `true` to `false` and vice versa. The short-circuiting operations are explained on the linked page.
7373

7474
Note that `Bool` is an integer type and all the usual promotion rules and numeric operators are also defined on it.
7575

0 commit comments

Comments
 (0)