diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-19 17:32:49 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-19 17:32:49 +0100 |
commit | c9c518e5e9761bf35d466c47c57c3a1358b56b3c (patch) | |
tree | 9f25c03b902ceef66cc4b4167b29d08d45cf3b11 /crates/ra_ide | |
parent | 09fab42d39e69c94a4a4b7f5ae5ad10005290bf2 (diff) | |
parent | 5516476a8666f18c49452fedf2dbae0a56fa76e4 (diff) |
Merge #5438
5438: Fix a typo in completion docs r=kjeremy a=killercup
Co-authored-by: Pascal Hertleif <[email protected]>
Diffstat (limited to 'crates/ra_ide')
-rw-r--r-- | crates/ra_ide/src/completion.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/completion.rs b/crates/ra_ide/src/completion.rs index f3a5e9573..68ac05e4c 100644 --- a/crates/ra_ide/src/completion.rs +++ b/crates/ra_ide/src/completion.rs | |||
@@ -63,7 +63,7 @@ pub use crate::completion::{ | |||
63 | // There also snippet completions: | 63 | // There also snippet completions: |
64 | // | 64 | // |
65 | // .Expressions | 65 | // .Expressions |
66 | // - `pd` -> `eprintln!(" = {:?}", );")` | 66 | // - `pd` -> `eprintln!(" = {:?}", );` |
67 | // - `ppd` -> `eprintln!(" = {:#?}", );` | 67 | // - `ppd` -> `eprintln!(" = {:#?}", );` |
68 | // | 68 | // |
69 | // .Items | 69 | // .Items |