Skip to content

Commit 6267443

Browse files
noamsauerutleylpil
authored andcommitted
Fix minor typos
1 parent 5d20da4 commit 6267443

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

universal/test/file_system/work_with_files.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import gleam/string
1717
import simplifile
1818

1919
pub fn main_test() {
20-
// The `delete_all` can be used to delete multiple files or directories.
20+
// The `delete_all` function can be used to delete multiple files or directories.
2121
// We are using it first here to reset the tmp directory to a known state.
2222
let assert Ok(_) = simplifile.delete_all(["tmp"])
2323

universal/test/formats/rendering_csv.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//// # Rendering CSV
22
////
3-
//// The gsv package can be used to parser and render CSV on all targets.
3+
//// The gsv package can be used to parse and render CSV on all targets.
44
////
55
//// ## Dependencies
66
////

universal/test/formats/rendering_html.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import lustre/element/html
1515

1616
pub fn main_test() {
1717
// Lustre provides functions for HTML elements and attributes that can be used
18-
// to construct a HTML document.
18+
// to construct an HTML document.
1919
//
2020
let document =
2121
html.html([], [

0 commit comments

Comments
 (0)