Skip to content

Commit fe13a9f

Browse files
committed
doc: Make sure all doc titles say 'Rust'. rust-lang#12466
1 parent 6136381 commit fe13a9f

6 files changed

+7
-7
lines changed

src/doc/complement-design-faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Rust Design FAQ
1+
% The Rust Design FAQ
22

33
This document describes decisions were arrived at after lengthy discussion and
44
experimenting with alternatives. Please do not propose reversing them unless

src/doc/complement-lang-faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Language FAQ
1+
% The Rust Language FAQ
22

33
## Are there any big programs written in it yet? I want to read big samples.
44

src/doc/complement-project-faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Project FAQ
1+
% The Rust Project FAQ
22

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

src/doc/guide-strings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% The Strings Guide
1+
% The Guide to Rust Strings
22

33
Strings are an important concept to master in any programming language. If you
44
come from a managed language background, you may be surprised at the complexity

src/doc/guide-unsafe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Writing Safe Unsafe and Low-Level Code
1+
% Writing Unsafe and Low-Level Code in Rust
22

33
# Introduction
44

src/doc/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Rust documentation
1+
% Rust Documentation
22

33
<!-- Completely hide the TOC and the section numbers -->
44
<style type="text/css">
@@ -19,7 +19,7 @@ li {list-style-type: none; }
1919
* [Containers and Iterators](guide-container.html)
2020
* [Tasks and Communication](guide-tasks.html)
2121
* [Foreign Function Interface](guide-ffi.html)
22-
* [Writing Safe Unsafe and Low-Level Code](guide-unsafe.html)
22+
* [Writing Unsafe and Low-Level Code](guide-unsafe.html)
2323
* [Macros](guide-macros.html)
2424
* [Testing](guide-testing.html)
2525
* [Rust's Runtime](guide-runtime.html)

0 commit comments

Comments
 (0)