Skip to content

Commit

Permalink
Merge pull request rust-lang#125 from brauliobz/typos
Browse files Browse the repository at this point in the history
Fixed a few typos.
  • Loading branch information
Havvy authored Sep 30, 2017
2 parents b243392 + 4ab08cb commit d512441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/keywords.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Keywords

Rust divides keywords in three categories:
Rust divides keywords into three categories:
- [strict](#strict-keywords)
- [weak](#weak-keywords)
- [reserved](#reserved-keywords)
Expand Down Expand Up @@ -63,7 +63,7 @@ it is possible to declare a variable or method with the name `union`.

These keywords aren't used yet, but they are reserved for future use.
The reasoning behind this is to make current programs forward compatible with
future versions of rust by forbiding them to use these keywords.
future versions of Rust by forbidding them to use these keywords.

> **<sup>Lexer</sup>**
> KW_ABSTRACT : `abstract`
Expand Down

0 comments on commit d512441

Please sign in to comment.