We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aa4079 + ca18c12 commit d4dfb7dCopy full SHA for d4dfb7d
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