Skip to content

Commit 6c27ff3

Browse files
Merge pull request #212 from cody/glossary-typos
Fix typos in glossary.md
2 parents 00852e6 + 62a62dd commit 6c27ff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/glossary.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ Types that can be referred to by a path directly. Specifically [enums],
7272

7373
### Object Safe Traits
7474

75-
[Traits] that can be used as [trait objects]. Only traits that follow specifc
75+
[Traits] that can be used as [trait objects]. Only traits that follow specific
7676
[rules][object safety] are object safe.
7777

7878
### Prelude
7979

8080
Prelude, or The Rust Prelude, is a small collection of items - mostly traits - that are
81-
imported into very module of every crate. The traits in the prelude are pervasive.
81+
imported into every module of every crate. The traits in the prelude are pervasive.
8282

8383
### Size
8484

@@ -137,4 +137,4 @@ Generic functions and generic structs can use traits to constrain, or bound, the
137137
[trait objects]: types.html#trait-objects
138138
[implementations]: items/implementations.html
139139
[traits]: items/traits.html
140-
[object safety]: items/traits.html#object-safety
140+
[object safety]: items/traits.html#object-safety

0 commit comments

Comments
 (0)