diff options
author | S Stewart <tilda@users.noreply.github.com> | 2019-12-25 01:00:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-25 01:00:42 -0600 |
commit | 5af797722e80d48ae28494b514c4a1c153340662 (patch) | |
tree | f3c8a48665451d6394b7255f1ef96faf327fa3d8 | |
parent | 86a07b2015651e09d78d9361a9a192815c018350 (diff) |
rust: update lang name to be correct
Sorry if this annoys anyone, just feels a bit annoying to not have the language's name be capitalized :P
-rw-r--r-- | rust.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust.html.markdown b/rust.html.markdown index 92794e69..23dcbd4f 100644 --- a/rust.html.markdown +++ b/rust.html.markdown @@ -1,5 +1,5 @@ --- -language: rust +language: Rust contributors: - ["P1start", "http://p1start.github.io/"] filename: learnrust.rs |