about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-09-03 20:10:09 -0400
committerSteve Klabnik <steve@steveklabnik.com>2015-09-03 20:10:09 -0400
commit5b8241cea9541709bc0abd8a925f50caed0852e2 (patch)
tree670c8cde84d50920459fec5c20dd5360e2efe57f /src
parente903d9c9b97e4d1251a02c0fd29eb6fc32a8afcc (diff)
parent197cec6ed90852408006e2dfdde91cbf5533cc23 (diff)
downloadrust-5b8241cea9541709bc0abd8a925f50caed0852e2.tar.gz
rust-5b8241cea9541709bc0abd8a925f50caed0852e2.zip
Rollup merge of #28212 - tshepang:rust-is-a-language, r=steveklabnik
Diffstat (limited to 'src')
-rw-r--r--src/doc/trpl/choosing-your-guarantees.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/choosing-your-guarantees.md b/src/doc/trpl/choosing-your-guarantees.md
index 1666891dd89..b86ad47feb2 100644
--- a/src/doc/trpl/choosing-your-guarantees.md
+++ b/src/doc/trpl/choosing-your-guarantees.md
@@ -1,6 +1,6 @@
 % Choosing your Guarantees
 
-One important feature of Rust as language is that it lets us control the costs and guarantees
+One important feature of Rust is that it lets us control the costs and guarantees
 of a program.
 
 There are various &ldquo;wrapper type&rdquo; abstractions in the Rust standard library which embody