Skip to content

Commit 71b82c4

Browse files
committed
Fix docstring typo
1 parent 71e3767 commit 71b82c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/hir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ pub struct LifetimeDef {
176176
}
177177

178178
/// A "Path" is essentially Rust's notion of a name; for instance:
179-
/// std::cmp::PartialEq . It's represented as a sequence of identifiers,
179+
/// `std::cmp::PartialEq`. It's represented as a sequence of identifiers,
180180
/// along with a bunch of supporting information.
181181
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash)]
182182
pub struct Path {

0 commit comments

Comments
 (0)