Skip to content

Commit f1064b0

Browse files
RalfJungbl-ue
andauthored
fix typo
Co-authored-by: bl-ue <[email protected]>
1 parent 3c7735a commit f1064b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-maybe-dangling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The standard library contains a type `MaybeDangling<P>` that is safely convertib
154154
+ to an invalid value, it is itself invalid.
155155
```
156156

157-
*Note: this diff is based on [an updated version of the referece](https://github.com/rust-lang/reference/pull/1290).*
157+
*Note: this diff is based on [an updated version of the reference](https://github.com/rust-lang/reference/pull/1290).*
158158

159159
Another way to think about this is: most types only have "by-value" requirements for their validity, i.e., they only require that the bit pattern be of a certain shape.
160160
References and boxes are the sole exception, they also require some properties of the memory they point to (e.g., they need to be dereferenceable).

0 commit comments

Comments
 (0)