diff --git a/src/glossary.md b/src/glossary.md index 7b9b88a6d..9b03c6a67 100644 --- a/src/glossary.md +++ b/src/glossary.md @@ -72,13 +72,13 @@ Types that can be referred to by a path directly. Specifically [enums], ### Object Safe Traits -[Traits] that can be used as [trait objects]. Only traits that follow specifc +[Traits] that can be used as [trait objects]. Only traits that follow specific [rules][object safety] are object safe. ### Prelude Prelude, or The Rust Prelude, is a small collection of items - mostly traits - that are -imported into very module of every crate. The traits in the prelude are pervasive. +imported into every module of every crate. The traits in the prelude are pervasive. ### Size @@ -137,4 +137,4 @@ Generic functions and generic structs can use traits to constrain, or bound, the [trait objects]: types.html#trait-objects [implementations]: items/implementations.html [traits]: items/traits.html -[object safety]: items/traits.html#object-safety \ No newline at end of file +[object safety]: items/traits.html#object-safety