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 9681f2c commit 33558bdCopy full SHA for 33558bd
src/mir/construction.md
@@ -114,7 +114,7 @@ These `Rvalue`s later get codegened to llvm primitive operations or llvm intrins
114
Operators on all other types get lowered to a function call to their `impl` of the
115
operator's corresponding trait.
116
117
-Irrelevant of the lowering kind, the arguments to the operator are lowered to `Operand`s.
+Regardless 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
119
somewhere in a local or static.
120
0 commit comments