diff options
author | Al Dee <amyalicedee@gmail.com> | 2020-05-21 21:17:12 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-05-21 23:22:36 +0100 |
commit | 44c2a9a9bab0d0deca11a255d5d7d8d8dca72562 (patch) | |
tree | abecc0f6027dcafd27be04c23ce3c16f3e02a237 /src | |
parent | 9733dc536c431f127129499d30239f35f9a84d21 (diff) | |
download | gleam_stdlib-44c2a9a9bab0d0deca11a255d5d7d8d8dca72562.tar.gz gleam_stdlib-44c2a9a9bab0d0deca11a255d5d7d8d8dca72562.zip |
Corrects typo in generated docs
Diffstat (limited to 'src')
-rw-r--r-- | src/gleam/io.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gleam/io.gleam b/src/gleam/io.gleam index ae0fca9..f4c1ad5 100644 --- a/src/gleam/io.gleam +++ b/src/gleam/io.gleam @@ -3,7 +3,7 @@ external type DoNotLeak external fn erl_print(String) -> DoNotLeak = "io" "fwrite" -/// Writes string to standard output +/// Writes a string to standard output. /// /// ## Example /// |