summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/library/scala/concurrent/Future.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/library/scala/concurrent/Future.scala b/src/library/scala/concurrent/Future.scala
index 6c84ec7cd8..dc2a92ebd4 100644
--- a/src/library/scala/concurrent/Future.scala
+++ b/src/library/scala/concurrent/Future.scala
@@ -139,9 +139,6 @@ self =>
/** Tests whether this `Future`'s timeout has expired.
*
* $futureTimeout
- *
- * Note that an expired Future may still contain a value, or it may be
- * completed with a value.
*/
def isTimedout: Boolean