Skip to content

Commit 2029799

Browse files
committed
fix documentation in libserialize
the object was serialized with an 'i' but the comment stated the print command would output 'j'
1 parent 474c6e0 commit 2029799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libserialize/json.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
//! val: num.to_json(),
146146
//! }).unwrap();
147147
//! println!("data: {}", data);
148-
//! // data: {"uid":1,"dsc":"test","val":"0.0001+12.539j"};
148+
//! // data: {"uid":1,"dsc":"test","val":"0.0001+12.539i"};
149149
//! }
150150
//! ```
151151
//!

0 commit comments

Comments
 (0)