Update RELEASES.md

Co-authored-by: bluss <bluss@users.noreply.github.com>
This commit is contained in:
XAMPPRocky 2021-02-09 14:41:05 +00:00 committed by GitHub
parent 8dbbe78be6
commit cecb8a660c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ Language
if LENGTH == 0 { if LENGTH == 0 {
None None
} else { } else {
Some(&self.inner[LENGTH-1]) Some(&self.inner[LENGTH - 1])
} }
} }
} }