Skip to content

Commit 367971d

Browse files
leejarvislpil
authored andcommitted
Fix typo in work_with_files.gleam
Just a minor typo fix
1 parent da9ef26 commit 367971d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

universal/test/file_system/work_with_files.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub fn main_test() {
5858
// `write_bits` can be used to write bit array data to a file.
5959
let assert Ok(_) = simplifile.write_bits("tmp/file.bin", <<0, 255>>)
6060

61-
// `write` can be used to read string contents from a file.
61+
// `read` can be used to read string contents from a file.
6262
let assert Ok("Hello, Joe!") = simplifile.read("tmp/file1.txt")
6363

6464
// It will fail if the contents are not unicode.

0 commit comments

Comments
 (0)