diff --git a/include/rapidjson/document.h b/include/rapidjson/document.h index 5e83803..73afea6 100644 --- a/include/rapidjson/document.h +++ b/include/rapidjson/document.h @@ -923,7 +923,7 @@ public: //! Equal-to operator /*! \note If an object contains duplicated named member, comparing equality with any object is always \c false. - \note Linear time complexity (number of all values in the subtree and total lengths of all strings). + \note Complexity is quadratic in Object's member number and linear for the rest (number of all values in the subtree and total lengths of all strings). */ template bool operator==(const GenericValue& rhs) const {