about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-08-01 16:31:22 -0700
committerBrian Anderson <banderson@mozilla.com>2014-08-01 17:32:24 -0700
commitfe13a9fb59c949ef3f39604827a7d3187bc3bd4b (patch)
tree9075e8c9f6d4a1462799a383096bdcd8139d3f18
parent6136381ed86189a027e641d233a1296ff8b60679 (diff)
downloadrust-fe13a9fb59c949ef3f39604827a7d3187bc3bd4b.tar.gz
rust-fe13a9fb59c949ef3f39604827a7d3187bc3bd4b.zip
doc: Make sure all doc titles say 'Rust'. #12466
-rw-r--r--src/doc/complement-design-faq.md2
-rw-r--r--src/doc/complement-lang-faq.md2
-rw-r--r--src/doc/complement-project-faq.md2
-rw-r--r--src/doc/guide-strings.md2
-rw-r--r--src/doc/guide-unsafe.md2
-rw-r--r--src/doc/index.md4
6 files changed, 7 insertions, 7 deletions
diff --git a/src/doc/complement-design-faq.md b/src/doc/complement-design-faq.md
index c01f38a9af6..447a3e25808 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 c5ddd180ee8..97d822869ed 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 60aced3fc2f..1b463d77693 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 4fea8b8039e..6c6d6e36899 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 3852591da5b..dd69a5f07fe 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 c96f10a0be8..852512cb2a0 100644
--- a/src/doc/index.md
+++ b/src/doc/index.md
@@ -1,4 +1,4 @@
-% Rust documentation
+% Rust Documentation
 
 <!-- Completely hide the TOC and the section numbers -->
 <style type="text/css">
@@ -19,7 +19,7 @@ li {list-style-type: none; }
 * [Containers and Iterators](guide-container.html)
 * [Tasks and Communication](guide-tasks.html)
 * [Foreign Function Interface](guide-ffi.html)
-* [Writing Safe Unsafe and Low-Level Code](guide-unsafe.html)
+* [Writing Unsafe and Low-Level Code](guide-unsafe.html)
 * [Macros](guide-macros.html)
 * [Testing](guide-testing.html)
 * [Rust's Runtime](guide-runtime.html)