Skip to content

Commit 9681f2c

Browse files
mark-i-moli-obk
andcommitted
caps nit
Co-Authored-By: oli-obk <[email protected]>
1 parent 38947d5 commit 9681f2c

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
@@ -112,7 +112,7 @@ again). Instead there are `Rvalue`s for binary and unary operators and index ope
112112
These `Rvalue`s later get codegened to llvm primitive operations or llvm intrinsics.
113113

114114
Operators on all other types get lowered to a function call to their `impl` of the
115-
Operator's corresponding trait.
115+
operator's corresponding trait.
116116

117117
Irrelevant 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

0 commit comments

Comments
 (0)