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

Various small fixes (#1556)

Plus one more substantial comment on casting.
This commit is contained in:
Marshall Pierce
2023-12-05 16:06:42 -07:00
committed by GitHub
parent 8f9902cc3e
commit 6c5061bb90
16 changed files with 23 additions and 21 deletions

View File

@ -4,14 +4,14 @@
## Rust Fundamentals
The first three days make up [Rust Fundaments](../welcome-day-1.md).
The first four days make up [Rust Fundaments](../welcome-day-1.md).
The days are fast paced and we cover a lot of ground!
{{%course outline Fundamentals}}
## Deep Dives
In addition to the 3-day class on Rust Fundamentals, we cover some more
In addition to the 4-day class on Rust Fundamentals, we cover some more
specialized topics:
### Rust in Android