about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-08-02 17:21:09 +0000
committerbors <bors@rust-lang.org>2014-08-02 17:21:09 +0000
commit432042ac149804c8d6b59b8cdf537ce39493796c (patch)
treee1c7ae842e01b29edbef0722e972563c6b2db8b0
parent032d5c1dcd95145d58fe3cce63853855578022a7 (diff)
parentfe13a9fb59c949ef3f39604827a7d3187bc3bd4b (diff)
downloadrust-432042ac149804c8d6b59b8cdf537ce39493796c.tar.gz
rust-432042ac149804c8d6b59b8cdf537ce39493796c.zip
auto merge of #16183 : brson/rust/doctitles, r=alexcrichton
-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 447e6b62cf7..dab52e89b6e 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)