Skip to content

Commit 9f1ad43

Browse files
Apply suggestions from code review
Co-authored-by: memoryruins <[email protected]>
1 parent 9348118 commit 9f1ad43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version 1.53.0 (2021-06-17)
44
Language
55
-----------------------
66
- [You can now use unicode for identifiers.][83799] This allows multilingual
7-
identifiers but still doesn't allow glyphs that not considered characters
7+
identifiers but still doesn't allow glyphs that are not considered characters
88
such as `◆` or `🦀`. More specifically you can now use any identifier that
99
matches the UAX #31 "Unicode Identifier and Pattern Syntax" standard. This
1010
is the same standard as languages like Python, however Rust uses NFC
@@ -110,7 +110,7 @@ Compatibility Notes
110110
-------------------
111111
- [Implement token-based handling of attributes during expansion][82608]
112112
- [`Ipv4::from_str` will now reject octal format IP addresses.][83652] The octal format
113-
can lead confusion and potential security vulnerablities and [is no longer recommended][ietf6943].
113+
can lead to confusion and potential security vulnerabilities and [is no longer recommended][ietf6943].
114114

115115

116116
Internal Only

0 commit comments

Comments
 (0)