Skip to content

Commit 37fcd5c

Browse files
committed
Grammar nit
1 parent 3e081c7 commit 37fcd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/machine.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pub trait Machine<'a, 'mir, 'tcx>: Sized {
9090
Clone;
9191

9292
/// The memory kind to use for copied statics -- or None if statics should not be mutated
93-
/// and thus any such attempt will cause a `ModifiedStatic` error is raised.
93+
/// and thus any such attempt will cause a `ModifiedStatic` error to be raised.
9494
/// Statics are copied under two circumstances: When they are mutated, and when
9595
/// `static_with_default_tag` or `find_foreign_static` (see below) returns an owned allocation
9696
/// that is added to the memory so that the work is not done twice.

0 commit comments

Comments
 (0)