Skip to content

Commit 1d05560

Browse files
committed
spelling: multiaddress
Signed-off-by: Josh Soref <[email protected]>
1 parent ffdbce7 commit 1d05560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/from_url.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub fn from_url(url: &str) -> std::result::Result<Multiaddr, FromUrlErr> {
3232
/// Attempts to parse an URL into a multiaddress. Ignores possible loss of information.
3333
///
3434
/// This function is similar to [`from_url`], except that we don't return an error if some
35-
/// information in the URL cannot be retain in the generated multiaddres.
35+
/// information in the URL cannot be retain in the generated multiaddress.
3636
///
3737
/// This function is only present if the `url` feature is enabled, and it is
3838
/// enabled by default.

0 commit comments

Comments
 (0)