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
+1 -1
View File
@@ -16,7 +16,7 @@ Language
if LENGTH == 0 {
None
} else {
Some(&self.inner[LENGTH-1])
Some(&self.inner[LENGTH - 1])
}
}
}