We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4352a85 commit dc829e2Copy full SHA for dc829e2
src/doc/book/references-and-borrowing.md
@@ -23,7 +23,7 @@ Before we get to the details, two important notes about the ownership system.
23
Rust has a focus on safety and speed. It accomplishes these goals through many
24
‘zero-cost abstractions’, which means that in Rust, abstractions cost as little
25
as possible in order to make them work. The ownership system is a prime example
26
-of a zero cost abstraction. All of the analysis we’ll talk about in this guide
+of a zero-cost abstraction. All of the analysis we’ll talk about in this guide
27
is _done at compile time_. You do not pay any run-time cost for any of these
28
features.
29
0 commit comments