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