Skip to content

Fixed a few typos. #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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