aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion.rs
diff options
context:
space:
mode:
authorPascal Hertleif <[email protected]>2020-07-19 17:25:19 +0100
committerGitHub <[email protected]>2020-07-19 17:25:19 +0100
commit5516476a8666f18c49452fedf2dbae0a56fa76e4 (patch)
tree9f25c03b902ceef66cc4b4167b29d08d45cf3b11 /crates/ra_ide/src/completion.rs
parent09fab42d39e69c94a4a4b7f5ae5ad10005290bf2 (diff)
Fix a typo in completion docs
Diffstat (limited to 'crates/ra_ide/src/completion.rs')
-rw-r--r--crates/ra_ide/src/completion.rs2
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