Skip to content

Commit 0102942

Browse files
committed
Documentation typo
1 parent 3dfe017 commit 0102942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/mir/interpret/value.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub enum ConstValue<'tcx> {
4343
end: usize,
4444
},
4545

46-
/// An value not represented/representable by `Scalar` or `Slice`
46+
/// A value not represented/representable by `Scalar` or `Slice`
4747
ByRef {
4848
/// The alignment exists to allow `const_field` to have `ByRef` access to nonprimitive
4949
/// fields of `repr(packed)` structs. The alignment may be lower than the type of this

0 commit comments

Comments
 (0)