1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-24 17:56:45 +02:00

Fix space in welcome.md (#1030)

This commit is contained in:
Martin Geisler
2023-07-25 13:51:51 +02:00
committed by GitHub
parent 53707c5943
commit e9ddf3d9cf

View File

@ -40,8 +40,8 @@ Some non-goals of this course are:
## Assumptions ## Assumptions
The course assumes that you already know how to program. Rust is a statically- The course assumes that you already know how to program. Rust is a statically-typed
typed language and we will sometimes make comparisons with C and C++ to better language and we will sometimes make comparisons with C and C++ to better
explain or contrast the Rust approach. explain or contrast the Rust approach.
If you know how to program in a dynamically-typed language such as Python or If you know how to program in a dynamically-typed language such as Python or