diff --git a/include/greeter.h b/include/greeter.h index 734e380..36850ab 100644 --- a/include/greeter.h +++ b/include/greeter.h @@ -14,15 +14,14 @@ namespace greeter { std::string name; public: - /** * Creates a new greeter - * @param name the name to greet + * @param name the name to greet */ Greeter(std::string name); /** - * Creates a localized string containing the greeting + * Creates a localized string containing the greeting * @param lang the language to greet in * @return a string containing the greeting */