From 322f043b164e932e9af549df8ac4283c92c33145 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Fri, 24 Apr 2020 21:00:06 +0900 Subject: [PATCH] TYpo fixes --- src/AutoConnectAux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoConnectAux.h b/src/AutoConnectAux.h index 39fd5a8..66647be 100644 --- a/src/AutoConnectAux.h +++ b/src/AutoConnectAux.h @@ -121,7 +121,7 @@ class AutoConnectAux : public PageBuilder { * The compiler instantiates this template according to the stored data type that contains the JSON document. * This template also generates different parsing function calls depending on the ArduinoJson version. * @param T An object type of the JSON document which must be a passable object to ArduinoJson. - * @param U An instance of a souce name to load. + * @param U An instance of a source name to load. */ template::value || std::is_same const&>::value>::type* = nullptr>