mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
Fix typo in docs that was causing makeinfo warning.
This commit is contained in:
+1
-1
@@ -973,7 +973,7 @@ components, it refers to an item.
|
||||
Every item has a @emph{canonical path} within its crate, but the path naming
|
||||
an item is only meaningful within a given crate. There is no global namespace
|
||||
across crates; an item's canonical path merely identifies it within the
|
||||
crate. @xref{Ref.Comp.Crate}
|
||||
crate. @xref{Ref.Comp.Crate}.
|
||||
|
||||
Path components are usually identifiers. @xref{Ref.Lex.Ident}. The last
|
||||
component of a path may also have trailing explicit type arguments.
|
||||
|
||||
Reference in New Issue
Block a user