1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-11-26 09:30:52 +02:00

Fix typo in basic/syntax-static-and-const.md (#650)

Fix typo in basic/syntax-static-and-const.md.
This commit is contained in:
Victor Costan 2023-05-22 01:36:52 -07:00 committed by GitHub
parent 98f3e6bf81
commit 032c7e3b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ fn main() {
}
```
According the the [Rust RFC Book][1] these are inlined upon use.
According to the [Rust RFC Book][1] these are inlined upon use.
## `static`