We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d096ad2 commit d313a03Copy full SHA for d313a03
src/gleam/string.gleam
@@ -280,7 +280,7 @@ pub fn split_once(
280
/// Create a new string by joining two strings together.
281
///
282
/// This function copies both strings and runs in linear time. If you find
283
-/// yourself joining strings frequently consider using the [string_builder](../iodata)
+/// yourself joining strings frequently consider using the [string_builder](../string_builder)
284
/// module as it can append strings much faster!
285
286
/// ## Examples
0 commit comments