fix two old Duration references

This commit is contained in:
Roland 2012-11-07 09:49:56 +01:00
parent 15a46c0dce
commit 1f61c293ec
2 changed files with 3 additions and 3 deletions

View file

@ -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`.