aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-19 17:32:49 +0100
committerGitHub <[email protected]>2020-07-19 17:32:49 +0100
commitc9c518e5e9761bf35d466c47c57c3a1358b56b3c (patch)
tree9f25c03b902ceef66cc4b4167b29d08d45cf3b11 /crates
parent09fab42d39e69c94a4a4b7f5ae5ad10005290bf2 (diff)
parent5516476a8666f18c49452fedf2dbae0a56fa76e4 (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')
-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