Skip to content

Commit 6413421

Browse files
committed
core: make_a_sandwitch -> make_a_sandwich
1 parent 4812672 commit 6413421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/future.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ operations for working with them.
66
77
~~~
88
let delayed_fib = future::spawn {|| fib(5000) };
9-
make_a_sandwitch();
9+
make_a_sandwich();
1010
io::println(#fmt(\"fib(5000) = %?\", delayed_fib.get()))
1111
~~~
1212
"];
@@ -171,4 +171,4 @@ fn test_spawn() {
171171
fn test_futurefail() {
172172
let f = spawn {|| fail };
173173
let _x: str = get(f);
174-
}
174+
}

0 commit comments

Comments
 (0)