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:
benaryorg 2015-05-30 17:41:09 +02:00
parent 474c6e0ae4
commit 2029799d17
No known key found for this signature in database
GPG Key ID: D0073D31AB13D7F8
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@
//! val: num.to_json(),
//! }).unwrap();
//! println!("data: {}", data);
//! // data: {"uid":1,"dsc":"test","val":"0.0001+12.539j"};
//! // data: {"uid":1,"dsc":"test","val":"0.0001+12.539i"};
//! }
//! ```
//!