Skip to content

Commit f20536d

Browse files
committed
Correct capitalization of JSON.
1 parent d720094 commit f20536d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/vsg/io/json.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2929
namespace vsg
3030
{
3131

32-
/// json parser based on spec: https://www.json.org/json-en.html
32+
/// JSON parser based on spec: https://www.json.org/json-en.html
3333
struct JSONParser
3434
{
3535
std::string buffer;

0 commit comments

Comments
 (0)