From 8d84a14cda9e538c7dfebc21309dcac789c5328e Mon Sep 17 00:00:00 2001 From: Mel Weed Date: Thu, 10 Jan 2019 16:54:51 +0200 Subject: [PATCH] removing 'easy to use' --- features/netsocket/DTLSSocket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/netsocket/DTLSSocket.h b/features/netsocket/DTLSSocket.h index c43ecabe52..beacc49dd8 100644 --- a/features/netsocket/DTLSSocket.h +++ b/features/netsocket/DTLSSocket.h @@ -32,7 +32,7 @@ /** * \brief DTLSSocket implement DTLS stream over UDP Socket. * - * This is a easy to use helper class that uses DTLSSocketWrapper with + * This is a helper class that uses DTLSSocketWrapper with * internal UDPSocket. */ @@ -103,4 +103,4 @@ private: #endif #endif -/** @} */ \ No newline at end of file +/** @} */