From de261a467338c85bc92c4ce7174e7c1ec51029eb Mon Sep 17 00:00:00 2001 From: Paul Szczepanek Date: Thu, 25 Oct 2018 11:22:13 +0100 Subject: [PATCH] Update CellularBase.h --- features/netsocket/CellularBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/netsocket/CellularBase.h b/features/netsocket/CellularBase.h index 455f91bf84..406f58edf9 100644 --- a/features/netsocket/CellularBase.h +++ b/features/netsocket/CellularBase.h @@ -18,7 +18,7 @@ #include "netsocket/NetworkInterface.h" -/** Common interface that is shared between Cellular interfaces +/** Common interface that is shared between cellular interfaces. * @addtogroup netsocket */ class CellularBase: public NetworkInterface {