Skip to content

Commit ee1ba33

Browse files
committed
Auto merge of #25904 - benaryorg:master, r=steveklabnik
perhaps the smallest and least useful fix in the whole history of rust I will not blame you if you do not want to merge it
2 parents 474c6e0 + 2029799 commit ee1ba33

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)