Skip to content

Commit

Permalink
doc: Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jan 8, 2014
1 parent 1fd4c3b commit fee8c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@ defined in [`std::vec`] and [`std::str`].
# Ownership escape hatches
Ownership can cleanly describe tree-like data structures, and refercences provide non-owning pointers. However, more flexibility is often desired and Rust provides ways to escape from strict
Ownership can cleanly describe tree-like data structures, and references provide non-owning pointers. However, more flexibility is often desired and Rust provides ways to escape from strict
single parent ownership.
The standard library provides the `std::rc::Rc` pointer type to express *shared ownership* over a
Expand Down

0 comments on commit fee8c1d

Please sign in to comment.