Skip to content

Commit 1e14e65

Browse files
committed
---
yaml --- r: 7132 b: refs/heads/master c: 0945fcf h: refs/heads/master v: v3
1 parent a78ec25 commit 1e14e65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 47cfeba4675906dceb92e0a6b2846146ff888581
2+
refs/heads/master: 0945fcf1fbd964157445f99f4a945ae4110da372

trunk/src/libcore/comm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ shared boxes (@T) may not be transmitted across channels.
1515
1616
Example:
1717
18-
> use std::{task, comm, io};
18+
> import std::{task, comm, io};
1919
>
2020
> let p = comm::port();
2121
> task::spawn(comm::chan(p), fn (c: chan<str>) {

0 commit comments

Comments
 (0)