Skip to content

Commit

Permalink
auto merge of rust-lang#11823 : derekchiang/rust/fix-barrier-doc, r=a…
Browse files Browse the repository at this point in the history
…lexcrichton

The original comments weren't rendered correctly by Markdown.
  • Loading branch information
bors committed Jan 27, 2014
2 parents 74fedf3 + 711726e commit 0119e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libextra/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ impl<'a> RWLockReadMode<'a> {

/// A barrier enables multiple tasks to synchronize the beginning
/// of some computation.
///
/// ```rust
/// use extra::sync::Barrier;
///
Expand Down

0 comments on commit 0119e46

Please sign in to comment.