Fix serde typo.

This commit is contained in:
Stephen Chung
2020-10-07 15:51:00 +08:00
parent d7bfe13b3e
commit ec19103478
2 changed files with 1 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ mod example {
let result: Dynamic = engine
.eval(
r#"
##{
#{
a: 42,
b: [ "hello", "world" ],
c: true,