Skip to content

Commit 33558bd

Browse files
mark-i-moli-obk
andcommitted
english is hard
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
1 parent 9681f2c commit 33558bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mir/construction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ These `Rvalue`s later get codegened to llvm primitive operations or llvm intrins
114114
Operators on all other types get lowered to a function call to their `impl` of the
115115
operator's corresponding trait.
116116

117-
Irrelevant of the lowering kind, the arguments to the operator are lowered to `Operand`s.
117+
Regardless of the lowering kind, the arguments to the operator are lowered to `Operand`s.
118118
This means all arguments are either constants, or refer to an already existing value
119119
somewhere in a local or static.
120120

0 commit comments

Comments
 (0)