1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-28 01:49:05 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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