From 5d0f9d92ffcbc1fb2bd428ceccf7b19d77510796 Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Thu, 11 Aug 2011 16:16:21 -0700 Subject: [PATCH] Fix typo in docs that was causing makeinfo warning. --- doc/rust.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rust.texi b/doc/rust.texi index d99aaea09cc6..2fcb7f2ba363 100644 --- a/doc/rust.texi +++ b/doc/rust.texi @@ -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.