From 4ab08cbe7a6b1490a780ebea0661d9755dc514b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Br=C3=A1ulio=20Bezerra?= Date: Tue, 15 Aug 2017 10:11:07 -0300 Subject: [PATCH] Fixed a few typos. --- src/keywords.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`