diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-05-09 17:20:56 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-05-09 17:20:56 +0100 |
commit | 81fbb692283a0fff2334d8f3f9f5249c5fda7172 (patch) | |
tree | 7a5bdeb65a7532aa31fb87adf0f55c2c1e5fadd8 /CHANGELOG.md | |
parent | 94006f273ad1cc398c0be12b32adcac12d426474 (diff) | |
download | gleam_stdlib-81fbb692283a0fff2334d8f3f9f5249c5fda7172.tar.gz gleam_stdlib-81fbb692283a0fff2334d8f3f9f5249c5fda7172.zip |
gb spelling
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c2eace1..02b3a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - The `float` module gains the `divide` function. - The `int` module gains the `divide`, `power`, and `square_root` functions. -- The `string` module gains the `first`, `last`, and `capitalize` functions. +- The `string` module gains the `first`, `last`, and `capitalise` functions. ## v0.21.0 - 2022-04-24 |