Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
satabin committed Mar 7, 2024
1 parent 448dcb3 commit dabd637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package com.commercetools.queue
import scala.concurrent.duration.FiniteDuration

/**
* A queue puller allows for pushing elements into a queue either on at a time
* A queue pusher allows for pushing elements into a queue either on at a time
* or in batch.
*/
trait QueuePusher[F[_], T] {
Expand Down

0 comments on commit dabd637

Please sign in to comment.