aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-01-19 11:44:18 +0000
committerLouis Pilfold <louis@lpil.uk>2021-01-19 11:44:18 +0000
commitf78f931d642a3515452c8164c71e86670a6d7401 (patch)
treea41b8d7f6ebfcbeb9c80a95c39e9957c9b9a7293
parent99d1d948523e33407dc64376a31d0e1c280387f9 (diff)
downloadgleam_stdlib-f78f931d642a3515452c8164c71e86670a6d7401.tar.gz
gleam_stdlib-f78f931d642a3515452c8164c71e86670a6d7401.zip
Fix markdown
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63f5dc7..1bc6cc4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -91,7 +91,7 @@
- The `result` module gains the `nil_error` function.
- The `string` module gains `trim`, `trim_left`, `trim_right`, `starts_with`,
`ends_with`, `slice`, `pad_left`, `pad_right` `drop_left`, `drop_right`,
- `pop_grapheme` and `to_graphemes' functions.
+ `pop_grapheme` and `to_graphemes` functions.
- `uri` module created with `parse`, `parse_query`, `path_segments`,
`query_to_string` and `to_string`.
- The `dynamic` module gains the `map`, `opaque_list`, `tuple2`, and