Skip to content

Commit b618e30

Browse files
committed
Added wordcount
1 parent 7dd4558 commit b618e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gleam/src/wordcount.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import gleam/string
99

1010
pub fn main() {
1111
//////////////////////////////////////////////////////////////
12-
// Warning constantly stated if you don't use the Option type.
12+
// Warning constantly outputted if you don't use the Option type.
1313
// This is implemented to not get bombarded by Gleam warning
1414
// messages when running some of the examples. This is not
1515
// apart of the example whatsoever.

0 commit comments

Comments
 (0)