From 489d4c71c0097cf6affdebbd25cdb9e340281750 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 22 Dec 2017 20:31:48 +0100 Subject: [PATCH] Fix typo --- lib/json/reflector.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/json/reflector.h b/lib/json/reflector.h index 66ab252..a1569c1 100644 --- a/lib/json/reflector.h +++ b/lib/json/reflector.h @@ -394,13 +394,13 @@ inline void pull( } /*! - * \brief Pulls the speciified \a reflectable which is an iteratable from the specified array. The \a reflectable is cleared before. + * \brief Pulls the specified \a reflectable which is an iteratable from the specified array. The \a reflectable is cleared before. */ template >...> void pull(Type &reflectable, rapidjson::GenericValue>::ConstArray array, JsonDeserializationErrors *errors); /*! - * \brief Pulls the speciified \a reflectable which is an iteratable without reserve() method from the specified value which is checked to contain an array. + * \brief Pulls the specified \a reflectable which is an iteratable without reserve() method from the specified value which is checked to contain an array. */ template , Traits::Not>>...> void pull(Type &reflectable, const rapidjson::GenericValue> &value, JsonDeserializationErrors *errors) @@ -415,7 +415,7 @@ void pull(Type &reflectable, const rapidjson::GenericValue, Traits::IsReservable>...> void pull(Type &reflectable, const rapidjson::GenericValue> &value, JsonDeserializationErrors *errors) @@ -432,7 +432,7 @@ void pull(Type &reflectable, const rapidjson::GenericValue>...> void pull(Type &reflectable, rapidjson::GenericValue>::ConstArray array, JsonDeserializationErrors *errors) @@ -459,7 +459,7 @@ void pull(Type &reflectable, rapidjson::GenericValue>...> void pull(Type &reflectable, const rapidjson::GenericValue> &value, JsonDeserializationErrors *errors) @@ -499,7 +499,7 @@ template struct TuplePullHelper { } // namespace Detail /*! - * \brief Pulls the speciified \a reflectable which is a tuple from the specified value which is checked to contain an array. + * \brief Pulls the specified \a reflectable which is a tuple from the specified value which is checked to contain an array. */ template >...> void pull(Type &reflectable, const rapidjson::GenericValue> &value, JsonDeserializationErrors *errors) @@ -522,7 +522,7 @@ void pull(Type &reflectable, const rapidjson::GenericValue>...> void pull(Type &reflectable, const rapidjson::GenericValue> &value, JsonDeserializationErrors *errors) @@ -536,7 +536,7 @@ void pull(Type &reflectable, const rapidjson::GenericValue>...> void pull(Type &reflectable, const rapidjson::GenericValue> &value, JsonDeserializationErrors *errors) @@ -550,7 +550,7 @@ void pull(Type &reflectable, const rapidjson::GenericValue inline void pull(Type &reflectable, rapidjson::GenericValue>::ValueIterator &value, JsonDeserializationErrors *errors) @@ -560,7 +560,7 @@ inline void pull(Type &reflectable, rapidjson::GenericValue