fix documentation in libserialize
the object was serialized with an 'i' but the comment stated the print command would output 'j'
This commit is contained in:
parent
474c6e0ae4
commit
2029799d17
@ -145,7 +145,7 @@
|
|||||||
//! val: num.to_json(),
|
//! val: num.to_json(),
|
||||||
//! }).unwrap();
|
//! }).unwrap();
|
||||||
//! println!("data: {}", data);
|
//! println!("data: {}", data);
|
||||||
//! // data: {"uid":1,"dsc":"test","val":"0.0001+12.539j"};
|
//! // data: {"uid":1,"dsc":"test","val":"0.0001+12.539i"};
|
||||||
//! }
|
//! }
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
|
Loading…
Reference in New Issue
Block a user