commit | e6a588a2461f6c7cc7af37604363dd67757ccae1 | [log] [tgz] |
---|---|---|
author | Josh Soref <jsoref@users.noreply.github.com> | Sun Dec 03 11:54:29 2017 -0500 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Sun Dec 03 10:54:29 2017 -0600 |
tree | f6e724ec1efa1580b585327ad8b358a472c19ded | |
parent | 7c979e86610f48fa50e740854bcfce170b50fb46 [diff] [blame] |
Spelling (#703)
diff --git a/include/json/value.h b/include/json/value.h index 2e53314..be40c30 100644 --- a/include/json/value.h +++ b/include/json/value.h
@@ -116,7 +116,7 @@ /** \brief Lightweight wrapper to tag static string. * - * Value constructor and objectValue member assignement takes advantage of the + * Value constructor and objectValue member assignment takes advantage of the * StaticString and avoid the cost of string duplication when storing the * string or the member name. *