Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed May 6, 2013
1 parent 6eb33d4 commit 6486f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/scala/concurrent/Future.scala
Expand Up @@ -71,7 +71,7 @@ import scala.reflect.ClassTag
* val g = future { 3 }
* val h = for {
* x: Int <- f // returns Future(5)
* y: Int <- g // returns Future(5)
* y: Int <- g // returns Future(3)
* } yield x + y
* }}}
*
Expand Down

0 comments on commit 6486f9f

Please sign in to comment.