Skip to content

Commit 14917d0

Browse files
committed
DOC: Fixed typo
1 parent e3e050c commit 14917d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/io/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
//!
3737
//! Note that since we need to know the type of `t` at compile time, it doesn't matter that we
3838
//! saved the file as `i32`, we have to specify how to load it. The way this is done is that it
39-
//! will load the `i32` natively and then convert it to `f64`. If your data converted, you simply
40-
//! have to load it as the same type as you know is in the file.
39+
//! will load the `i32` natively and then convert it to `f64`. If you do not want your data to be
40+
//! converted, you simply have to load it as the same type as you know is in the file.
4141
4242
extern crate std;
4343

0 commit comments

Comments
 (0)