mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-01-19 00:46:03 +01:00
spelling: for
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a35817de30
commit
52b27287c3
@ -268,7 +268,7 @@ public:
|
||||
: m_value(emptyObject()) { }
|
||||
|
||||
/**
|
||||
* @brief Construct a BoostJsonValue for for a specific Boost.JSON value
|
||||
* @brief Construct a BoostJsonValue for a specific Boost.JSON value
|
||||
*/
|
||||
BoostJsonValue(const boost::json::value &value)
|
||||
: m_value(value) { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user