Skip to content

Commit 5674760

Browse files
committed
fixing a minor comment
1 parent 0325ead commit 5674760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/cpp-json/value.tcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inline value::value(const std::nullptr_t &): type_(type_null) {
1919
}
2020

2121
//------------------------------------------------------------------------------
22-
// Name: array
22+
// Name: value
2323
//------------------------------------------------------------------------------
2424
inline value::value(value &&other) : type_(other.type_) {
2525

0 commit comments

Comments
 (0)