From d313a037cc839d34aeeb6dcd87b35199ee8b3c67 Mon Sep 17 00:00:00 2001 From: Quinn Wilton Date: Sat, 15 Aug 2020 00:13:19 -0700 Subject: Fix reference to string_builder --- src/gleam/string.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gleam/string.gleam b/src/gleam/string.gleam index 2ae654e..3b8c5e0 100644 --- a/src/gleam/string.gleam +++ b/src/gleam/string.gleam @@ -280,7 +280,7 @@ pub fn split_once( /// Create a new string by joining two strings together. /// /// This function copies both strings and runs in linear time. If you find -/// yourself joining strings frequently consider using the [string_builder](../iodata) +/// yourself joining strings frequently consider using the [string_builder](../string_builder) /// module as it can append strings much faster! /// /// ## Examples -- cgit v1.2.3