Fix a typo in completion docs

This commit is contained in:
Pascal Hertleif 2020-07-19 18:25:19 +02:00 committed by GitHub
parent 09fab42d39
commit 5516476a86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ pub use crate::completion::{
// There also snippet completions: // There also snippet completions:
// //
// .Expressions // .Expressions
// - `pd` -> `eprintln!(" = {:?}", );")` // - `pd` -> `eprintln!(" = {:?}", );`
// - `ppd` -> `eprintln!(" = {:#?}", );` // - `ppd` -> `eprintln!(" = {:#?}", );`
// //
// .Items // .Items