Skip to content

Commit b909713

Browse files
committed
typo
1 parent ad195b5 commit b909713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

const_refs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# References in constants
22

33
Constants of reference type are not an entirely straight-forward topic, for
4-
reasonings unrelated to [const safety](const_safety.md). The issue is that
4+
reasons unrelated to [const safety](const_safety.md). The issue is that
55
every use of a constant like
66
```rust
77
const REF: &u32 = &42;

0 commit comments

Comments
 (0)