Skip to content

Commit 3ece657

Browse files
author
克雷
committed
Update arc.rs
1 parent c7dd3c4 commit 3ece657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/arc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
//!
3838
//! let five = Arc::new(5i);
3939
//!
40-
//! for i in range(0u, 10) {
40+
//! for _ in range(0u, 10) {
4141
//! let five = five.clone();
4242
//!
4343
//! Thread::spawn(move || {

0 commit comments

Comments
 (0)