mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-07 00:00:13 +02:00
Fix typos.
This commit is contained in:
committed by
Sean McArthur
parent
9b5e33d6f0
commit
e25b75a28e
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user