Skip to content

Commit 25b7965

Browse files
committed
Fix doc_hint for IgnoreList
1 parent 31e799f commit 25b7965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/config/config_type.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ impl ConfigType for WidthHeuristics {
6161

6262
impl ConfigType for IgnoreList {
6363
fn doc_hint() -> String {
64-
String::from("[<string>,..]")
64+
String::from("[<string>, ...]")
6565
}
6666
}
6767

0 commit comments

Comments
 (0)