diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-09-03 20:10:09 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-09-03 20:10:09 -0400 |
| commit | 5b8241cea9541709bc0abd8a925f50caed0852e2 (patch) | |
| tree | 670c8cde84d50920459fec5c20dd5360e2efe57f /src | |
| parent | e903d9c9b97e4d1251a02c0fd29eb6fc32a8afcc (diff) | |
| parent | 197cec6ed90852408006e2dfdde91cbf5533cc23 (diff) | |
| download | rust-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.md | 2 |
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 “wrapper type” abstractions in the Rust standard library which embody |
