Skip to content

Commit

Permalink
Documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jun 21, 2019
1 parent 3dfe017 commit 0102942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/mir/interpret/value.rs
Expand Up @@ -43,7 +43,7 @@ pub enum ConstValue<'tcx> {
end: usize,
},

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

0 comments on commit 0102942

Please sign in to comment.