Skip to content

Commit 1acb404

Browse files
committed
EffectSystem: Zio Effects
1 parent 1a9d53c commit 1acb404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/core/src/main/scala/com/flowforge/core/EffectSystem.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ trait EffectSystem[F[_]] {
163163

164164
/**
165165
* Flatten nested effects.
166-
* Converts F[F[A]] to F[A] by removing one level of nesting.
166+
* Converts F[ F[A] ] to F[A] by removing one level of nesting.
167167
*/
168168
def flatten[A](ffa: F[F[A]]): F[A] = flatMap(ffa)(identity)
169169

0 commit comments

Comments
 (0)