Skip to content

Commit

Permalink
Merge pull request #1406 from frosklis/patch-1
Browse files Browse the repository at this point in the history
Update arc.md
  • Loading branch information
marioidival authored Jan 26, 2021
2 parents f633769 + 2996832 commit 6322fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std/arc.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fn main() {
use std::sync::Arc;
use std::thread;
// This variable declaration is where it's value is specified.
// This variable declaration is where its value is specified.
let apple = Arc::new("the same apple");
for _ in 0..10 {
Expand Down

0 comments on commit 6322fc2

Please sign in to comment.