From ff916ebfb6c08bc0d98a8ce04699305c58329334 Mon Sep 17 00:00:00 2001 From: Henri F Date: Wed, 3 Jul 2024 13:17:35 -0700 Subject: [PATCH] Fix small typo (#2185) --- src/chromium/build-rules/vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chromium/build-rules/vscode.md b/src/chromium/build-rules/vscode.md index 73363dc4..428ed5c8 100644 --- a/src/chromium/build-rules/vscode.md +++ b/src/chromium/build-rules/vscode.md @@ -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