From 0eef1948e5226810331f67b6b09d294f87f0a3ea Mon Sep 17 00:00:00 2001 From: isan_rivkin Date: Thu, 15 Nov 2018 12:06:58 +0200 Subject: [PATCH] minor typo in docs (#640) --- protocols/ping/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/ping/src/lib.rs b/protocols/ping/src/lib.rs index c2adb87a..1f07713f 100644 --- a/protocols/ping/src/lib.rs +++ b/protocols/ping/src/lib.rs @@ -39,7 +39,7 @@ //! //! For implementation reasons, resources allocated for a ping are only ever fully reclaimed after //! a pong has been received by the remote. Therefore if you repeatidely ping a non-responsive -//! remote you will end up using more and memory memory (albeit the amount is very very small every +//! remote you will end up using more and more memory (albeit the amount is very very small every //! time), even if you destroy the future returned by `ping`. //! //! This is probably not a problem in practice, because the nature of the ping protocol is to