Skip to content

Commit f20a382

Browse files
committed
---
yaml --- r: 97936 b: refs/heads/master c: fee8c1d h: refs/heads/master v: v3
1 parent 49bcca7 commit f20a382

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 1fd4c3bb400b85a87cb415b4c0c9b3c573b66fd5
2+
refs/heads/master: fee8c1d2c7316949cb587a915fcf3b1f499eb8f7
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: b6400f998497c3958f40997a71756ead344a776d
55
refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36

trunk/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)