From 997b29fa7e6d329567a04ba66379126de1ebe6cb Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 19 Jan 2012 16:06:03 -0800 Subject: [PATCH] Fix links. --- doc/rust.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rust.md b/doc/rust.md index 7279be7ac4f..272cb70046b 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -15,7 +15,7 @@ provides three kinds of material: This document does not serve as a tutorial introduction to the language. Background familiarity with the language is assumed. A separate -tutorial document is available at +tutorial document is available at to help acquire such background familiarity. This document also does not serve as a reference to the core or standard @@ -454,8 +454,8 @@ x::y::z; ~~~~ Path components are usually [identifiers](#identifiers), but the trailing -component of a path may be an angle-bracket-enclosed list of [type -arguments](type-arguments). In [expression](#expressions) context, the type +component of a path may be an angle-bracket-enclosed list of type +arguments. In [expression](#expressions) context, the type argument list is given after a final (`::`) namespace qualifier in order to disambiguate it from a relational expression involving the less-than symbol (`<`). In [type expression](#type-expressions) context, the final namespace