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 38947d5 commit 9681f2cCopy full SHA for 9681f2c
src/mir/construction.md
@@ -112,7 +112,7 @@ again). Instead there are `Rvalue`s for binary and unary operators and index ope
112
These `Rvalue`s later get codegened to llvm primitive operations or llvm intrinsics.
113
114
Operators on all other types get lowered to a function call to their `impl` of the
115
-Operator's corresponding trait.
+operator's corresponding trait.
116
117
Irrelevant of the lowering kind, the arguments to the operator are lowered to `Operand`s.
118
This means all arguments are either constants, or refer to an already existing value
0 commit comments