1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-15 12:53:13 +02:00

Fix a couple typos on the welcome page (#668)

fix a couple typos 

- welcome page typos corrected
This commit is contained in:
gregory langlais
2023-05-24 09:15:46 -05:00
committed by GitHub
parent d73de18c2b
commit 176d9361d6

View File

@@ -16,7 +16,7 @@ about Rust and hope to:
* Show you common Rust idioms.
The first three days show you the fundamentals of Rust. Following this, you're
invited to dive into one or more spezialized topics:
invited to dive into one or more specialized topics:
* [Android](android.md): a half-day course on using Rust for Android platform
development (AOSP). This includes interoperability with C, C++, and Java.