1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-09-16 09:36:41 +02:00

docs: improve language in hello-world section (#2883)

I asked Gemini to review the English for inconsistencies and grammar
mistakes. This is the result and I hope it's useful!

As a non-native speaker, it is hard for me to evaluate the finer
details, so let me know if you would like to see changes (or even
better: make them directly in the PR with the suggestion function).
This commit is contained in:
Martin Geisler
2025-09-06 17:04:50 +02:00
committed by GitHub
parent 2af48cff2e
commit 79324df571

View File

@@ -4,7 +4,7 @@ minutes: 10
# What is Rust?
Rust is a new programming language which had its [1.0 release in 2015][1]:
Rust is a new programming language that had its [1.0 release in 2015][1]:
- Rust is a statically compiled language in a similar role as C++
- `rustc` uses LLVM as its backend.