Skip to content

Commit 6b5296b

Browse files
committed
small nit
1 parent 549b677 commit 6b5296b

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_smir/src/stable_mir

1 file changed

+1
-1
lines changed

compiler/rustc_smir/src/stable_mir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pub trait Context {
160160
/// Prints the name of given `DefId`
161161
fn name_of_def_id(&self, def_id: DefId) -> String;
162162

163-
/// 'Span' of an item
163+
/// `Span` of an item
164164
fn span_of_an_item(&mut self, def_id: DefId) -> Span;
165165

166166
/// Obtain the representation of a type.

0 commit comments

Comments
 (0)