From 3fa75dc2f7b073aaa64fc36ea3c1b51cf7f1be58 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Mon, 16 Mar 2020 02:26:03 -0400 Subject: [PATCH] Add Str.reverseClusters to docs --- compiler/builtins/docs/Str.roc | 1 + 1 file changed, 1 insertion(+) 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