We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e050c commit 14917d0Copy full SHA for 14917d0
src/io/mod.rs
@@ -36,8 +36,8 @@
36
//!
37
//! Note that since we need to know the type of `t` at compile time, it doesn't matter that we
38
//! 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.
+//! will load the `i32` natively and then convert it to `f64`. If you do not want your data to be
+//! converted, you simply have to load it as the same type as you know is in the file.
41
42
extern crate std;
43
0 commit comments