We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d65f8 commit be06160Copy full SHA for be06160
src/items/static-items.md
@@ -8,7 +8,7 @@
8
> [^extern-safety]: The `safe` and `unsafe` function qualifiers are only
9
> allowed semantically within `extern` blocks.
10
11
-A *static item* is similar to a [constant], except that it represents a precise
+A *static item* is similar to a [constant], except that it represents a unique
12
memory location in the program. All references to the static refer to the same
13
memory location. Static items have the `static` lifetime, which outlives all
14
other lifetimes in a Rust program. Static items do not call [`drop`] at the
0 commit comments