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
17
17
import simplifile
18
18
19
19
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.
21
21
// We are using it first here to reset the tmp directory to a known state.
22
22
let assert Ok ( _ ) = simplifile . delete_all ( [ "tmp" ] )
23
23
Original file line number Diff line number Diff line change 1
1
//// # Rendering CSV
2
2
////
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.
4
4
////
5
5
//// ## Dependencies
6
6
////
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import lustre/element/html
15
15
16
16
pub fn main_test ( ) {
17
17
// Lustre provides functions for HTML elements and attributes that can be used
18
- // to construct a HTML document.
18
+ // to construct an HTML document.
19
19
//
20
20
let document =
21
21
html . html ( [ ] , [
You can’t perform that action at this time.
0 commit comments