Fix typos.

This commit is contained in:
Bruce Mitchener
2019-07-16 11:18:49 -07:00
committed by Sean McArthur
parent 9b5e33d6f0
commit e25b75a28e
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ fn test_clone() {
buf.write_str("this is a test").unwrap();
let buf2 = buf.clone();
buf.write_str(" of our emergecy broadcast system").unwrap();
buf.write_str(" of our emergency broadcast system").unwrap();
assert!(buf != buf2);
}