From ab192cdca78cffc48c1b485e409d9d1ce0577cf4 Mon Sep 17 00:00:00 2001 From: James Ray <16969914+jamesray1@users.noreply.github.com> Date: Thu, 29 Nov 2018 09:57:06 +0000 Subject: [PATCH] Add 'of' (#700) --- core/src/nodes/collection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/nodes/collection.rs b/core/src/nodes/collection.rs index 6668cdb393c..fecab009b62 100644 --- a/core/src/nodes/collection.rs +++ b/core/src/nodes/collection.rs @@ -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