From b91dc7da4aaa6a114274767988dc5b953b26b999 Mon Sep 17 00:00:00 2001 From: Alessandro Coglio Date: Sun, 9 May 2021 14:23:11 -0700 Subject: [PATCH] [RFC] Fix typo found by Eric M. --- docs/rfc/001-initial-strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfc/001-initial-strings.md b/docs/rfc/001-initial-strings.md index 7b810f99cf..af11dbe8f3 100644 --- a/docs/rfc/001-initial-strings.md +++ b/docs/rfc/001-initial-strings.md @@ -107,7 +107,7 @@ Given that characters are essentially code points, we may also support the ordering operators `<`, `<=`, `>`, and `>=`; these may be useful to check whether a character is in certain range. -Belowis a list of possible operations we could support on characters. +Below is a list of possible operations we could support on characters. It should be fairly easy to add more. - [ ] `is_alphabetic` - Returns `true` if the `char` has the `Alphabetic` property. - [ ] `is_ascii` - Returns `true` if the `char` is in the `ASCII` range.