Skip to content

Commit

Permalink
Fix type in Retry.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Nov 9, 2017
1 parent 4851f8e commit 472952a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/src/main/scala/akka/stream/contrib/Retry.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import scala.concurrent.Future
import scala.collection.immutable

/**
* This object defines a factory methods for retry operaions.
* This object defines methods for retry operations.
*/
object Retry {

Expand Down

0 comments on commit 472952a

Please sign in to comment.