Skip to content

Commit f6185bb

Browse files
authored
Merge pull request rust-lang#368 from vegard/patch-1
Constant Items: fix grammar, ran -> run
2 parents ff14759 + 9efff54 commit f6185bb

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)