From 04b84338c488c38a6d180149277f9ca943a38415 Mon Sep 17 00:00:00 2001 From: inoas Date: Tue, 29 Nov 2022 07:27:20 +0100 Subject: fix link --- src/gleam/string.gleam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gleam/string.gleam b/src/gleam/string.gleam index 7a7439c..ece64b4 100644 --- a/src/gleam/string.gleam +++ b/src/gleam/string.gleam @@ -779,7 +779,7 @@ if javascript { /// Converts a `String` to a `List` of `UtfCodepoint`. /// /// See and -/// for an +/// for an /// explanation on code points. /// /// ## Examples @@ -833,7 +833,7 @@ if javascript { /// Converts a `List` of `UtfCodepoint`s to a `String`. /// /// See and -/// for an +/// for an /// explanation on code points. /// /// ## Examples -- cgit v1.2.3