Skip to content

Commit d313a03

Browse files
QuinnWiltonlpil
authored andcommitted
Fix reference to string_builder
1 parent d096ad2 commit d313a03

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
@@ -280,7 +280,7 @@ pub fn split_once(
280280
/// Create a new string by joining two strings together.
281281
///
282282
/// This function copies both strings and runs in linear time. If you find
283-
/// yourself joining strings frequently consider using the [string_builder](../iodata)
283+
/// yourself joining strings frequently consider using the [string_builder](../string_builder)
284284
/// module as it can append strings much faster!
285285
///
286286
/// ## Examples

0 commit comments

Comments
 (0)