Fix typos, via a Levenshtein-style corrector

This commit is contained in:
Brian Wignall 2019-12-19 01:57:55 -05:00
parent e0a1110794
commit fd41299943
45 changed files with 49 additions and 49 deletions

View file

@ -65,7 +65,7 @@ class StreamBuffersRateSpec extends AkkaSpec {
//#buffering-abstraction-leak
}
"explcit buffers" in {
"explicit buffers" in {
trait Job
def inboundJobsConnector(): Source[Job, NotUsed] = Source.empty
//#explicit-buffers-backpressure

View file

@ -12,7 +12,7 @@ import scala.concurrent.duration._
class RecipeFlattenSeq extends RecipeSpec {
"Recipe for flatteing a stream of seqs" must {
"Recipe for flattening a stream of seqs" must {
"work" in {