From 932852485ab3a6c9ebfc3b2fc75d6eb9fe9a6489 Mon Sep 17 00:00:00 2001 From: Neil Lyons Date: Sun, 14 Nov 2021 08:25:58 +0000 Subject: Fix grammar. "a text" -> "as text" --- src/gleam/string.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3