Skip to content

Commit fee8c1d

Browse files
committed
doc: Typos
1 parent 1fd4c3b commit fee8c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,7 @@ defined in [`std::vec`] and [`std::str`].
16231623
16241624
# Ownership escape hatches
16251625
1626-
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
1626+
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
16271627
single parent ownership.
16281628
16291629
The standard library provides the `std::rc::Rc` pointer type to express *shared ownership* over a

0 commit comments

Comments
 (0)