We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd4558 commit b618e30Copy full SHA for b618e30
gleam/src/wordcount.gleam
@@ -9,7 +9,7 @@ import gleam/string
9
10
pub fn main() {
11
//////////////////////////////////////////////////////////////
12
- // Warning constantly stated if you don't use the Option type.
+ // Warning constantly outputted if you don't use the Option type.
13
// This is implemented to not get bombarded by Gleam warning
14
// messages when running some of the examples. This is not
15
// apart of the example whatsoever.
0 commit comments