Skip to content

Commit 55f0a08

Browse files
authored
Update stream/src/main/scala/org/apache/pekko/stream/impl/fusing/GraphInterpreter.scala
1 parent 18ef63a commit 55f0a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream/src/main/scala/org/apache/pekko/stream/impl/fusing/GraphInterpreter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ import pekko.stream.stage._
239239
logics(i).handlers.length
240240
}
241241

242-
// Marks for if a stage has been finalized (finalizeStage been called) or not
242+
// Marks whether a stage has been finalized (finalizeStage been called) or not
243243
private[this] val finalizedMark = Array.fill(logics.length)(false)
244244

245245
private[this] var _subFusingMaterializer: Materializer = _

0 commit comments

Comments
 (0)