We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b957a8 commit 8da5ed2Copy full SHA for 8da5ed2
src/doc/tutorial.md
@@ -1395,7 +1395,7 @@ let mut y = ~5; // mutable
1395
In contrast with
1396
owned boxes, where the holder of an owned box is the owner of the pointed-to
1397
memory, references never imply ownership - they are "borrowed".
1398
-A reference can be borrowed to
+You can borrow a reference to
1399
any object, and the compiler verifies that it cannot outlive the lifetime of
1400
the object.
1401
0 commit comments