1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-15 21:28:43 +02:00

Fix small typo (#2185)

This commit is contained in:
Henri F 2024-07-03 13:17:35 -07:00 committed by GitHub
parent b201f2233e
commit ff916ebfb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ of Chromium-related Rust that you are most familiar with):
- Demo **outline** and navigate to the `QrCode::with_bits` method (around line
164; the outline is in the file explorer pane in vscode; typical vim/CoC
bindings = space o)
- Demo **type annotations** (there are quote a few nice examples in the
- Demo **type annotations** (there are quite a few nice examples in the
`QrCode::with_bits` method)
It may be worth pointing out that `gn gen ... --export-rust-project` will need