1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-26 10:41:01 +02:00

Fixing some typos (#667)

fix some typos
This commit is contained in:
Semih Buyukgungor
2023-05-24 11:15:08 +03:00
committed by GitHub
parent 837923d5bc
commit dabf31d0ce
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ specialized topics:
### Android
The [Android Deep Dive](../android.md) is a half-day course on using Rust for
Android platform development. This includes interoperability wtih C, C++, and
Android platform development. This includes interoperability with C, C++, and
Java.
You will need an [AOSP checkout][1]. Make a checkout of the [course