From 02dc90ff6dbd76ef958dd568265fb33c2b4f1da1 Mon Sep 17 00:00:00 2001 From: Zili Chen Date: Mon, 1 Apr 2019 23:36:32 +0800 Subject: [PATCH] Fix typo of DispatcherSelector's Scaladoc (#26649) --- akka-actor-typed/src/main/scala/akka/actor/typed/Props.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-actor-typed/src/main/scala/akka/actor/typed/Props.scala b/akka-actor-typed/src/main/scala/akka/actor/typed/Props.scala index 80d4abe017..d07332c290 100644 --- a/akka-actor-typed/src/main/scala/akka/actor/typed/Props.scala +++ b/akka-actor-typed/src/main/scala/akka/actor/typed/Props.scala @@ -145,7 +145,7 @@ sealed abstract class DispatcherSelector extends Props /** * Factories for [[DispatcherSelector]]s which describe which thread pool shall be used to run - * the actor to which this configuration is applied. Se the individual factory methods for details + * the actor to which this configuration is applied. See the individual factory methods for details * on the options. * * The default configuration if none of these options are present is to run