1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-20 14:31:15 +02:00

Merge pull request #51 from jswalden/patch-1

Insert "a" in a sentence that's missing it
This commit is contained in:
Martin Geisler 2022-12-24 10:17:52 +01:00 committed by GitHub
commit 8f638d8c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# What is Rust?
Rust is new programming language which had its 1.0 release in 2015:
Rust is a new programming language which had its 1.0 release in 2015:
* Rust is a statically compiled language in a similar role as C++
* `rustc` uses LLVM as its backend.