We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e41639 commit 4b13895Copy full SHA for 4b13895
src/libstd/future.rs
@@ -16,7 +16,7 @@
16
*
17
* ~~~
18
* # fn fib(n: uint) -> uint {42};
19
- * # fn make_a_sandwich() {};
+ * # fn make_a_sandwich() {};
20
* let mut delayed_fib = std::future::spawn (|| fib(5000) );
21
* make_a_sandwich();
22
* println(fmt!("fib(5000) = %?", delayed_fib.get()))
0 commit comments