diff options
author | Neil Lyons <stdin@neillyons.io> | 2021-11-14 08:25:58 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-11-14 08:37:46 +0000 |
commit | 932852485ab3a6c9ebfc3b2fc75d6eb9fe9a6489 (patch) | |
tree | 1969e7b50d0535f784aff0fe80b629fe34e45239 /src | |
parent | 556ff381d36dd676e819062dfd1850a4967be6be (diff) | |
download | gleam_stdlib-932852485ab3a6c9ebfc3b2fc75d6eb9fe9a6489.tar.gz gleam_stdlib-932852485ab3a6c9ebfc3b2fc75d6eb9fe9a6489.zip |
Fix grammar. "a text" -> "as text"
Diffstat (limited to 'src')
-rw-r--r-- | src/gleam/string.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gleam/string.gleam b/src/gleam/string.gleam index d9a97fe..60e34e4 100644 --- a/src/gleam/string.gleam +++ b/src/gleam/string.gleam @@ -1,4 +1,4 @@ -//// Strings in Gleam are UTF-8 binaries. They can be written in your code a +//// Strings in Gleam are UTF-8 binaries. They can be written in your code as //// text surrounded by `"double quotes"`. import gleam/string_builder |