Skip to content

Commit

Permalink
Merge pull request akka#117 from akka/fixTypo
Browse files Browse the repository at this point in the history
Fix type in Retry.scala
  • Loading branch information
2m authored Nov 9, 2017
2 parents 4851f8e + 472952a commit eff6d61
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 eff6d61

Please sign in to comment.