Skip to content

Commit e09765d

Browse files
committed
Merge pull request Tencent#557 from kevina/doc-fix
Documentation fix.
2 parents 494f9de + 2f1e593 commit e09765d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/rapidjson/document.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2462,9 +2462,9 @@ class GenericArray {
24622462
ValueType& value_;
24632463
};
24642464

2465-
//! Helper class for accessing Value of array type.
2465+
//! Helper class for accessing Value of object type.
24662466
/*!
2467-
Instance of this helper class is obtained by \c GenericValue::GetArray().
2467+
Instance of this helper class is obtained by \c GenericValue::GetObject().
24682468
In addition to all APIs for array type, it provides range-based for loop if \c RAPIDJSON_HAS_CXX11_RANGE_FOR=1.
24692469
*/
24702470
template <bool Const, typename ValueT>

0 commit comments

Comments
 (0)