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 7a57b3a commit 8069162Copy full SHA for 8069162
const_refs.md
@@ -1,7 +1,7 @@
1
# References in constants
2
3
Constants of reference type are not an entirely straight-forward topic, for
4
-reasonins unrelated to [const safety](const_safety.md). The issue is that
+reasonings unrelated to [const safety](const_safety.md). The issue is that
5
every use of a constant like
6
```rust
7
const REF: &u32 = &42;
0 commit comments