From 690b45dd99a34d2b255173fb42adcc385c663559 Mon Sep 17 00:00:00 2001 From: Pcornat Date: Wed, 17 Feb 2021 14:07:50 +0100 Subject: [PATCH] Little correction. --- include/network.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/network.hpp b/include/network.hpp index 7abfb51..962fda2 100644 --- a/include/network.hpp +++ b/include/network.hpp @@ -4,7 +4,7 @@ namespace gemini { /** - * \brief This is class is used for all the network things for the server. + * \brief This class is used for all the network things for the server. */ class Network {