diff --git a/compiler/builtins/docs/Str.roc b/compiler/builtins/docs/Str.roc index 452f828991..5fab75eba7 100644 --- a/compiler/builtins/docs/Str.roc +++ b/compiler/builtins/docs/Str.roc @@ -103,6 +103,7 @@ padStart : Str, Int, Str -> Str padEnd : Str, Int, Str -> Str +reverseClusters : Str -> Str foldClusters : Str, { start: state, step: (state, Str -> state) } -> state