File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import gleam/string
1717import simplifile
1818
1919pub 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
Original file line number Diff line number Diff line change 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////
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import lustre/element/html
1515
1616pub 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 ( [ ] , [
You can’t perform that action at this time.
0 commit comments