Skip to content

Commit 6322fc2

Browse files
authored
Merge pull request #1406 from frosklis/patch-1
Update arc.md
2 parents f633769 + 2996832 commit 6322fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std/arc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fn main() {
88
use std::sync::Arc;
99
use std::thread;
1010
11-
// This variable declaration is where it's value is specified.
11+
// This variable declaration is where its value is specified.
1212
let apple = Arc::new("the same apple");
1313
1414
for _ in 0..10 {

0 commit comments

Comments
 (0)