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. *