We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884ba6d commit 3e54dd2Copy full SHA for 3e54dd2
README.md
@@ -39,7 +39,7 @@ extern crate multiaddr;
39
use multiaddr::{Multiaddr, multiaddr};
40
41
let address = "/ip4/127.0.0.1/tcp/1234".parse::<Multiaddr>().unwrap();
42
-// or with a macros
+// or with a macro
43
let other = multiaddr!(Ip4([127, 0, 0, 1]), Udp(10500u16), Quic);
44
45
assert_eq!(address.to_string(), "/ip4/127.0.0.1/tcp/1234");
0 commit comments