diff options
-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 |