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 cf1381c commit ca18c12Copy full SHA for ca18c12
src/doc/guide-lifetimes.md
@@ -77,7 +77,7 @@ value. We also call this _borrowing_ the local variable
77
`on_the_stack`, because we have created an alias: that is, another
78
name for the same data.
79
80
-Likewise, in the case of `owned_box`,
+Likewise, in the case of `on_the_heap`,
81
the `&` operator is used in conjunction with the `*` operator
82
to take a reference to the contents of the box.
83
0 commit comments