Skip to content

Commit

Permalink
auto merge of #18253 : steveklabnik/rust/small_doc_fixes, r=huonw
Browse files Browse the repository at this point in the history
All these stars aren't needed anymore.
  • Loading branch information
bors committed Oct 23, 2014
2 parents 37f2db7 + 4a74af6 commit 091b981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/intro.md
Expand Up @@ -471,7 +471,7 @@ fn main() {
spawn(proc() {
let mut array = number.lock();
(*(*array).get_mut(i)) += 1;
(*array)[i] += 1;
println!("numbers[{}] is {}", i, (*array)[i]);
});
Expand Down

0 comments on commit 091b981

Please sign in to comment.