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 da9ef26 commit 367971dCopy full SHA for 367971d
universal/test/file_system/work_with_files.gleam
@@ -58,7 +58,7 @@ pub fn main_test() {
58
// `write_bits` can be used to write bit array data to a file.
59
let assert Ok(_) = simplifile.write_bits("tmp/file.bin", <<0, 255>>)
60
61
- // `write` can be used to read string contents from a file.
+ // `read` can be used to read string contents from a file.
62
let assert Ok("Hello, Joe!") = simplifile.read("tmp/file1.txt")
63
64
// It will fail if the contents are not unicode.
0 commit comments