Skip to content

Commit 9328524

Browse files
Neil Lyonslpil
authored andcommitted
Fix grammar. "a text" -> "as text"
1 parent 556ff38 commit 9328524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gleam/string.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//// Strings in Gleam are UTF-8 binaries. They can be written in your code a
1+
//// Strings in Gleam are UTF-8 binaries. They can be written in your code as
22
//// text surrounded by `"double quotes"`.
33

44
import gleam/string_builder

0 commit comments

Comments
 (0)