fix two old Duration references
This commit is contained in:
parent
15a46c0dce
commit
1f61c293ec
2 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ Duration
|
|||
########
|
||||
|
||||
Durations are used throughout the Akka library, wherefore this concept is
|
||||
represented by a special data type, :class:`scala.concurrent.util.Duration`.
|
||||
represented by a special data type, :class:`scala.concurrent.duration.Duration`.
|
||||
Values of this type may represent infinite (:obj:`Duration.Inf`,
|
||||
:obj:`Duration.MinusInf`) or finite durations, or be :obj:`Duration.Undefined`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue