Skip to content

Commit

Permalink
Rollup merge of rust-lang#21280 - timparenti:old-guide-stub-grammar, …
Browse files Browse the repository at this point in the history
…r=alexcrichton

This removes the extra "the" from the phrase "the the Rust Programming Language book", which isn't particularly grammatical, in stub documents introduced in rust-lang#20802 to direct users from the old guides to the corresponding sections of the book.
  • Loading branch information
alexcrichton committed Jan 19, 2015
2 parents dcaeb6a + fbcc34f commit f6050ac
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/doc/guide-crates.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Crates and Modules Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/crates-and-modules.html).
2 changes: 1 addition & 1 deletion src/doc/guide-error-handling.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Error Handling in Rust

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/error-handling.html).
2 changes: 1 addition & 1 deletion src/doc/guide-ffi.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Foreign Function Interface Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/ffi.html).
2 changes: 1 addition & 1 deletion src/doc/guide-macros.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Macros Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/macros.html).
2 changes: 1 addition & 1 deletion src/doc/guide-ownership.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Ownership Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/ownership.html).
2 changes: 1 addition & 1 deletion src/doc/guide-plugins.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Compiler Plugins Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/plugins.html).
2 changes: 1 addition & 1 deletion src/doc/guide-pointers.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Pointer Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/pointers.html).
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 (old) Guide to Rust Strings

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/strings.html).
2 changes: 1 addition & 1 deletion src/doc/guide-tasks.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Threads and Communication Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/tasks.html).
2 changes: 1 addition & 1 deletion src/doc/guide-testing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Testing Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/testing.html).
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 Low-level and Unsafe Code in Rust

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/unsafe.html).
2 changes: 1 addition & 1 deletion src/doc/guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% The (old) Rust Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/README.html).

0 comments on commit f6050ac

Please sign in to comment.