1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-14 02:53:01 +02:00

Insert "a" in a sentence that's missing it

This commit is contained in:
Jeff Walden 2022-12-23 23:05:21 -08:00 committed by GitHub
parent 0218fdb1f0
commit 75f6d0b5bd
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.