diff --git a/src/keywords.md b/src/keywords.md index 6ae4c629f88a1..41e708d865483 100644 --- a/src/keywords.md +++ b/src/keywords.md @@ -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) @@ -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. > **Lexer** > KW_ABSTRACT : `abstract`