Skip to content

Commit 999febd

Browse files
steveklabnikalexcrichton
authored andcommitted
---
yaml --- r: 121722 b: refs/heads/try c: 85effb9 h: refs/heads/master v: v3
1 parent 2bbfe57 commit 999febd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 8fe47bc3bb34d7a1ce7bbd2c6fc5ea7a6dbf57a4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: bab614f5fa725d248afc5f0530c835f37998ce8f
5-
refs/heads/try: b18c4cfef0250eb7cc9b7e8273325878be72c242
5+
refs/heads/try: 85effb9f3e1f7f6e6e08788494f3ffedcabc7369
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/doc/tutorial.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,9 +1488,10 @@ For a more in-depth explanation of references and lifetimes, read the
14881488

14891489
## Freezing
14901490

1491-
Lending an &-pointer to an object freezes it and prevents mutation—even if the object was declared as `mut`.
1492-
`Freeze` objects have freezing enforced statically at compile-time. An example
1493-
of a non-`Freeze` type is [`RefCell<T>`][refcell].
1491+
Lending an &-pointer to an object freezes the pointed-to object and prevents
1492+
mutation—even if the object was declared as `mut`. `Freeze` objects have
1493+
freezing enforced statically at compile-time. An example of a non-`Freeze` type
1494+
is [`RefCell<T>`][refcell].
14941495

14951496
~~~~
14961497
let mut x = 5;

0 commit comments

Comments
 (0)