Skip to content

Commit

Permalink
Add 'of' (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesray1 authored and twittner committed Nov 29, 2018
1 parent 6e1e256 commit ab192cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/nodes/collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ pub struct CollectionReachEvent<'a, TInEvent: 'a, TOutEvent: 'a, THandler: 'a> {
}

impl<'a, TInEvent, TOutEvent, THandler> CollectionReachEvent<'a, TInEvent, TOutEvent, THandler> {
/// Returns the peer id the node that has been reached.
/// Returns the peer id of the node that has been reached.
#[inline]
pub fn peer_id(&self) -> &PeerId {
&self.peer_id
Expand Down

0 comments on commit ab192cd

Please sign in to comment.