Skip to content

Commit 5b8241c

Browse files
committed
Rollup merge of #28212 - tshepang:rust-is-a-language, r=steveklabnik
2 parents e903d9c + 197cec6 commit 5b8241c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/choosing-your-guarantees.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% Choosing your Guarantees
22

3-
One important feature of Rust as language is that it lets us control the costs and guarantees
3+
One important feature of Rust is that it lets us control the costs and guarantees
44
of a program.
55

66
There are various “wrapper type” abstractions in the Rust standard library which embody

0 commit comments

Comments
 (0)