mirror of
https://github.com/jht5945/prettyjson.git
synced 2025-12-27 17:20:05 +08:00
fix mis-spell
This commit is contained in:
@@ -83,7 +83,7 @@ fn main() {
|
||||
},
|
||||
Ok(content) => match json::parse(&content) {
|
||||
Err(err) => {
|
||||
print_message(MessageType::ERROR, &format!("Parse JSON pailed: {}", err));
|
||||
print_message(MessageType::ERROR, &format!("Parse JSON failed: {}", err));
|
||||
return;
|
||||
},
|
||||
Ok(json_object) => json_object,
|
||||
|
||||
Reference in New Issue
Block a user