Skip to content

Commit c9c518e

Browse files
bors[bot]killercup
andauthored
Merge #5438
5438: Fix a typo in completion docs r=kjeremy a=killercup Co-authored-by: Pascal Hertleif <[email protected]>
2 parents 09fab42 + 5516476 commit c9c518e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_ide/src/completion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub use crate::completion::{
6363
// There also snippet completions:
6464
//
6565
// .Expressions
66-
// - `pd` -> `eprintln!(" = {:?}", );")`
66+
// - `pd` -> `eprintln!(" = {:?}", );`
6767
// - `ppd` -> `eprintln!(" = {:#?}", );`
6868
//
6969
// .Items

0 commit comments

Comments
 (0)