From 6cf615ded5fc3eb27c8954192663fa5641041cfb Mon Sep 17 00:00:00 2001 From: Jorge Branco Date: Thu, 21 Mar 2019 01:17:24 +0100 Subject: [PATCH] Update ExecutionModel.scala --- .../shared/src/main/scala/monix/execution/ExecutionModel.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monix-execution/shared/src/main/scala/monix/execution/ExecutionModel.scala b/monix-execution/shared/src/main/scala/monix/execution/ExecutionModel.scala index b5f4ff788..f1eec3702 100644 --- a/monix-execution/shared/src/main/scala/monix/execution/ExecutionModel.scala +++ b/monix-execution/shared/src/main/scala/monix/execution/ExecutionModel.scala @@ -112,7 +112,7 @@ object ExecutionModel { def nextFrameIndex(current: Int): Int = 0 } - /** [[ExecutionModel]] specifying an mixed execution mode under + /** [[ExecutionModel]] specifying a mixed execution mode under * which tasks are executed synchronously in batches up * to a maximum size. *