From c2ef4e53722476afab906b7720fd5434ea929717 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 7 Jan 2014 12:16:38 -0800 Subject: [PATCH] doc: Title guides consistently --- doc/guide-conditions.md | 2 +- doc/guide-container.md | 2 +- doc/guide-ffi.md | 2 +- doc/guide-lifetimes.md | 2 +- doc/guide-macros.md | 2 +- doc/guide-rustpkg.md | 2 +- doc/guide-tasks.md | 2 +- doc/guide-testing.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/guide-conditions.md b/doc/guide-conditions.md index 5f278888cba..2b5b9bbd5fe 100644 --- a/doc/guide-conditions.md +++ b/doc/guide-conditions.md @@ -1,4 +1,4 @@ -% Rust Condition and Error-handling Guide +% The Rust Condition and Error-handling Guide # Introduction diff --git a/doc/guide-container.md b/doc/guide-container.md index 90a01603b1c..ed350763fa3 100644 --- a/doc/guide-container.md +++ b/doc/guide-container.md @@ -1,4 +1,4 @@ -% Containers and Iterators Guide +% The Rust Containers and Iterators Guide # Containers diff --git a/doc/guide-ffi.md b/doc/guide-ffi.md index e8eaf8153ec..078dcd6ee43 100644 --- a/doc/guide-ffi.md +++ b/doc/guide-ffi.md @@ -1,4 +1,4 @@ -% Rust Foreign Function Interface Guide +% The Rust Foreign Function Interface Guide # Introduction diff --git a/doc/guide-lifetimes.md b/doc/guide-lifetimes.md index 7ad1ee27729..caa3f44af90 100644 --- a/doc/guide-lifetimes.md +++ b/doc/guide-lifetimes.md @@ -1,4 +1,4 @@ -% Rust Borrowed Pointers Guide +% The Rust Borrowed Pointers and Lifetimes Guide # Introduction diff --git a/doc/guide-macros.md b/doc/guide-macros.md index 82b279e521a..b8ebca206d5 100644 --- a/doc/guide-macros.md +++ b/doc/guide-macros.md @@ -1,4 +1,4 @@ -% Rust Macros Guide +% The Rust Macros Guide # Introduction diff --git a/doc/guide-rustpkg.md b/doc/guide-rustpkg.md index 149f89e7ff6..a8265cc5b7a 100644 --- a/doc/guide-rustpkg.md +++ b/doc/guide-rustpkg.md @@ -1,4 +1,4 @@ -% Rust Packaging Guide +% The Rust Packaging Guide # Introduction diff --git a/doc/guide-tasks.md b/doc/guide-tasks.md index f76e08faba7..57ed788aa2a 100644 --- a/doc/guide-tasks.md +++ b/doc/guide-tasks.md @@ -1,4 +1,4 @@ -% Rust Tasks and Communication Guide +% The Rust Tasks and Communication Guide # Introduction diff --git a/doc/guide-testing.md b/doc/guide-testing.md index dce60f1f21d..0a596af07b5 100644 --- a/doc/guide-testing.md +++ b/doc/guide-testing.md @@ -1,4 +1,4 @@ -% Rust Testing Guide +% The Rust Testing Guide # Quick start