We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c9d0e commit 6b1061eCopy full SHA for 6b1061e
docs/combinators.adoc
@@ -577,6 +577,8 @@ ext: ""
577
....
578
579
|https://pkg.go.dev/github.com/purpleclay/chomp#Flatten[Flatten]
580
+
581
+Flattens the output from a combinator by joining all extracted values into a string
582
|
583
[source,go]
584
----
modifier.go
@@ -105,7 +105,7 @@ func Peek[T Result](c Combinator[T]) Combinator[T] {
105
}
106
107
108
-// Flatten the output of a [Combinator] by joining all extracted values
+// Flatten the output from a [Combinator] by joining all extracted values
109
// into a string.
110
//
111
// chomp.Flatten(
0 commit comments