Skip to content

Commit 5d0f9d9

Browse files
committed
Fix typo in docs that was causing makeinfo warning.
1 parent f2e22b2 commit 5d0f9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/rust.texi

+1-1
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ components, it refers to an item.
973973
Every item has a @emph{canonical path} within its crate, but the path naming
974974
an item is only meaningful within a given crate. There is no global namespace
975975
across crates; an item's canonical path merely identifies it within the
976-
crate. @xref{Ref.Comp.Crate}
976+
crate. @xref{Ref.Comp.Crate}.
977977

978978
Path components are usually identifiers. @xref{Ref.Lex.Ident}. The last
979979
component of a path may also have trailing explicit type arguments.

0 commit comments

Comments
 (0)