Fix typo of DispatcherSelector's Scaladoc (#26649)

This commit is contained in:
Zili Chen 2019-04-01 23:36:32 +08:00 committed by Arnout Engelen
parent 30a278a96e
commit 02dc90ff6d

View file

@ -145,7 +145,7 @@ sealed abstract class DispatcherSelector extends Props
/** /**
* Factories for [[DispatcherSelector]]s which describe which thread pool shall be used to run * 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. * on the options.
* *
* The default configuration if none of these options are present is to run * The default configuration if none of these options are present is to run