Skip to content

Commit 9efff54

Browse files
authored
Constant Items: fix grammar, ran -> run
1 parent ff14759 commit 9efff54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/constant-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const BITS_N_STRINGS: BitsNStrings<'static> = BitsNStrings {
3939

4040
## Constants with Destructors
4141

42-
Constants can contain destructors. Destructors are ran when the value goes out
42+
Constants can contain destructors. Destructors are run when the value goes out
4343
of scope.
4444

4545
```rust

0 commit comments

Comments
 (0)