about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2021-02-09 14:41:05 +0000
committerGitHub <noreply@github.com>2021-02-09 14:41:05 +0000
commitcecb8a660c8b159dd7acc815d15ee0cb5f253d20 (patch)
tree9907250614e5b089bec1f64683a1735392932564
parent8dbbe78be6aebc78b09acee57965e5f658679367 (diff)
downloadrust-cecb8a660c8b159dd7acc815d15ee0cb5f253d20.tar.gz
rust-cecb8a660c8b159dd7acc815d15ee0cb5f253d20.zip
Update RELEASES.md
Co-authored-by: bluss <bluss@users.noreply.github.com>
-rw-r--r--RELEASES.md2
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])
           }
       }
   }