We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f633769 + 2996832 commit 6322fc2Copy full SHA for 6322fc2
src/std/arc.md
@@ -8,7 +8,7 @@ fn main() {
8
use std::sync::Arc;
9
use std::thread;
10
11
-// This variable declaration is where it's value is specified.
+// This variable declaration is where its value is specified.
12
let apple = Arc::new("the same apple");
13
14
for _ in 0..10 {
0 commit comments