From: Marijn Haverbeke Date: Mon, 9 Jan 2012 13:44:52 +0000 (+0100) Subject: Fix typo in example in libcore docs X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=0945fcf1fbd964157445f99f4a945ae4110da372;p=rust.git Fix typo in example in libcore docs --- diff --git a/src/libcore/comm.rs b/src/libcore/comm.rs index d8051dfabd1..993fc78f149 100644 --- a/src/libcore/comm.rs +++ b/src/libcore/comm.rs @@ -15,7 +15,7 @@ Example: -> use std::{task, comm, io}; +> import std::{task, comm, io}; > > let p = comm::port(); > task::spawn(comm::chan(p), fn (c: chan) {