Skip to content

Commit

Permalink
Fix typos in glossary.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waldreiter authored Jan 22, 2018
1 parent 00852e6 commit 62a62dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
[object safety]: items/traits.html#object-safety

0 comments on commit 62a62dd

Please sign in to comment.