5438: Fix a typo in completion docs r=kjeremy a=killercup



Co-authored-by: Pascal Hertleif <killercup@gmail.com>
This commit is contained in:
bors[bot] 2020-07-19 16:32:49 +00:00 committed by GitHub
commit c9c518e5e9
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:
//
// .Expressions
// - `pd` -> `eprintln!(" = {:?}", );")`
// - `pd` -> `eprintln!(" = {:?}", );`
// - `ppd` -> `eprintln!(" = {:#?}", );`
//
// .Items