about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArdis Lu <ardisglu@gmail.com>2022-12-31 02:14:20 -0800
committerArdis Lu <ardisglu@gmail.com>2022-12-31 02:14:20 -0800
commit7a64a51818d73b36ca4fd2ff2bbcdabe3dcd9a5c (patch)
tree1e43aa69c30fdc17f57eadff250de77ce1226f51
parent6ccd4ebd5ba4d68dcfb56c8dea13b90c1d02a769 (diff)
downloadrust-7a64a51818d73b36ca4fd2ff2bbcdabe3dcd9a5c.tar.gz
rust-7a64a51818d73b36ca4fd2ff2bbcdabe3dcd9a5c.zip
Fix typo
-rw-r--r--book/src/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/installation.md b/book/src/installation.md
index b2a28d0be62..cce888b17d4 100644
--- a/book/src/installation.md
+++ b/book/src/installation.md
@@ -1,6 +1,6 @@
 # Installation
 
-If you're using `rustup` to install and manage you're Rust toolchains, Clippy is
+If you're using `rustup` to install and manage your Rust toolchains, Clippy is
 usually **already installed**. In that case you can skip this chapter and go to
 the [Usage] chapter.