We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a407ea commit b3014cfCopy full SHA for b3014cf
src/lib.rs
@@ -45,7 +45,7 @@
45
//!
46
//! For writing files:
47
48
-//! ```rust,,ignore
+//! ```rust,ignore
49
//! let my_other_file = root_dir.open_file_in_dir("MY_DATA.CSV", embedded_sdmmc::Mode::ReadWriteCreateOrAppend)?;
50
//! my_other_file.write(b"Timestamp,Signal,Value\n")?;
51
//! my_other_file.write(b"2025-01-01T00:00:00Z,TEMP,25.0\n")?;
0 commit comments