Skip to content

Commit

Permalink
doc: Make sure all doc titles say 'Rust'. rust-lang#12466
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Aug 2, 2014
1 parent 6136381 commit fe13a9f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/doc/complement-design-faq.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/doc/complement-lang-faq.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/doc/complement-project-faq.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Project FAQ
% The Rust Project FAQ

# What is this project's goal, in one sentence?

Expand Down
2 changes: 1 addition & 1 deletion src/doc/guide-strings.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/doc/guide-unsafe.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Writing Safe Unsafe and Low-Level Code
% Writing Unsafe and Low-Level Code in Rust

# Introduction

Expand Down
4 changes: 2 additions & 2 deletions src/doc/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Rust documentation
% Rust Documentation

<!-- Completely hide the TOC and the section numbers -->
<style type="text/css">
Expand All @@ -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)
Expand Down

0 comments on commit fe13a9f

Please sign in to comment.