Skip to content

Commit 2d01f1a

Browse files
committed
spelling: identifiers
Signed-off-by: Josh Soref <[email protected]>
1 parent 7a6c81f commit 2d01f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ impl<'a> Iterator for Iter<'a> {
328328
}
329329
}
330330

331-
/// Iterator over the string idtenfiers of the protocols (not addrs) in a multiaddr
331+
/// Iterator over the string identifiers of the protocols (not addrs) in a multiaddr
332332
pub struct ProtoStackIter<'a> {
333333
parts: Iter<'a>,
334334
}

0 commit comments

Comments
 (0)