Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Make sure all doc titles say 'Rust'. #12466 #16183

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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