diff options
| author | XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | 2021-02-09 14:41:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-09 14:41:05 +0000 |
| commit | cecb8a660c8b159dd7acc815d15ee0cb5f253d20 (patch) | |
| tree | 9907250614e5b089bec1f64683a1735392932564 | |
| parent | 8dbbe78be6aebc78b09acee57965e5f658679367 (diff) | |
| download | rust-cecb8a660c8b159dd7acc815d15ee0cb5f253d20.tar.gz rust-cecb8a660c8b159dd7acc815d15ee0cb5f253d20.zip | |
Update RELEASES.md
Co-authored-by: bluss <bluss@users.noreply.github.com>
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index e6734414f28..2654d61d2aa 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -16,7 +16,7 @@ Language if LENGTH == 0 { None } else { - Some(&self.inner[LENGTH-1]) + Some(&self.inner[LENGTH - 1]) } } } |
