From fe13a9fb59c949ef3f39604827a7d3187bc3bd4b Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 1 Aug 2014 16:31:22 -0700 Subject: [PATCH] doc: Make sure all doc titles say 'Rust'. #12466 --- src/doc/complement-design-faq.md | 2 +- src/doc/complement-lang-faq.md | 2 +- src/doc/complement-project-faq.md | 2 +- src/doc/guide-strings.md | 2 +- src/doc/guide-unsafe.md | 2 +- src/doc/index.md | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/doc/complement-design-faq.md b/src/doc/complement-design-faq.md index c01f38a9af6ba..447a3e25808fb 100644 --- a/src/doc/complement-design-faq.md +++ b/src/doc/complement-design-faq.md @@ -1,4 +1,4 @@ -% Rust Design FAQ +% The Rust Design FAQ This document describes decisions were arrived at after lengthy discussion and experimenting with alternatives. Please do not propose reversing them unless diff --git a/src/doc/complement-lang-faq.md b/src/doc/complement-lang-faq.md index c5ddd180ee8e1..97d822869ede5 100644 --- a/src/doc/complement-lang-faq.md +++ b/src/doc/complement-lang-faq.md @@ -1,4 +1,4 @@ -% Language FAQ +% The Rust Language FAQ ## Are there any big programs written in it yet? I want to read big samples. diff --git a/src/doc/complement-project-faq.md b/src/doc/complement-project-faq.md index 60aced3fc2f0e..1b463d7769353 100644 --- a/src/doc/complement-project-faq.md +++ b/src/doc/complement-project-faq.md @@ -1,4 +1,4 @@ -% Project FAQ +% The Rust Project FAQ # What is this project's goal, in one sentence? diff --git a/src/doc/guide-strings.md b/src/doc/guide-strings.md index 4fea8b8039e00..6c6d6e3689935 100644 --- a/src/doc/guide-strings.md +++ b/src/doc/guide-strings.md @@ -1,4 +1,4 @@ -% The Strings Guide +% The Guide to Rust Strings Strings are an important concept to master in any programming language. If you come from a managed language background, you may be surprised at the complexity diff --git a/src/doc/guide-unsafe.md b/src/doc/guide-unsafe.md index 3852591da5ba2..dd69a5f07feac 100644 --- a/src/doc/guide-unsafe.md +++ b/src/doc/guide-unsafe.md @@ -1,4 +1,4 @@ -% Writing Safe Unsafe and Low-Level Code +% Writing Unsafe and Low-Level Code in Rust # Introduction diff --git a/src/doc/index.md b/src/doc/index.md index c96f10a0be8e6..852512cb2a00b 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -1,4 +1,4 @@ -% Rust documentation +% Rust Documentation