spelling: for

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-12-10 22:23:06 -10:00
parent a35817de30
commit 52b27287c3

View File

@ -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) { }