Skip to content

Commit 8ad866b

Browse files
author
wayslog
committed
typo fixed: json readme.md, add ":" for debug type
1 parent e2565ff commit 8ad866b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action/json_data/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ fn main() {
148148
// Deserialize using `json::decode`
149149
// 将json字符串中的数据转化成TestStruct对应的数据,相当于初始化
150150
let decoded: TestStruct = json::decode(&encoded).unwrap();
151-
println!("{?}",decoded.data_vector);
151+
println!("{:?}",decoded.data_vector);
152152
}
153153

154154
```

0 commit comments

Comments
 (0)