Skip to content

Commit 3e54dd2

Browse files
kppmxinden
andauthored
Update README.md
Co-authored-by: Max Inden <[email protected]>
1 parent 884ba6d commit 3e54dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern crate multiaddr;
3939
use multiaddr::{Multiaddr, multiaddr};
4040

4141
let address = "/ip4/127.0.0.1/tcp/1234".parse::<Multiaddr>().unwrap();
42-
// or with a macros
42+
// or with a macro
4343
let other = multiaddr!(Ip4([127, 0, 0, 1]), Udp(10500u16), Quic);
4444

4545
assert_eq!(address.to_string(), "/ip4/127.0.0.1/tcp/1234");

0 commit comments

Comments
 (0)