about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/rust.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.texi b/doc/rust.texi
index d99aaea09cc..2fcb7f2ba36 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.