add some structure to the list of parts
[rust-101.git] / src / part12.rs
index 8a14defd27a2f53f47239e4e81f44d6d76d3fe52..3e959f97b4449f20ba1499f79db21c9dea8684b0 100644 (file)
@@ -1,5 +1,5 @@
-// Rust-101, Part 12: Concurrency, Send
-// ====================================
+// Rust-101, Part 12: Concurrency, Arc, Send
+// =========================================
 
 use std::io::prelude::*;
 use std::{io, fs, thread};