Skip to content

Commit

Permalink
Update a spelling inconsistency
Browse files Browse the repository at this point in the history
L26: "zero cost" -> "zero-cost"
  • Loading branch information
tclfs committed Mar 8, 2016
1 parent 4352a85 commit dc829e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/references-and-borrowing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Before we get to the details, two important notes about the ownership system.
Rust has a focus on safety and speed. It accomplishes these goals through many
‘zero-cost abstractions’, which means that in Rust, abstractions cost as little
as possible in order to make them work. The ownership system is a prime example
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
is _done at compile time_. You do not pay any run-time cost for any of these
features.

Expand Down

0 comments on commit dc829e2

Please sign in to comment.