Commit 11d31aaa authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

fix typo

parent 71ae5660
...@@ -967,7 +967,7 @@ int z = a[0u].GetInt(); // This works too. ...@@ -967,7 +967,7 @@ int z = a[0u].GetInt(); // This works too.
return (*this).template PushBack<StringRefType>(value, allocator); return (*this).template PushBack<StringRefType>(value, allocator);
} }
//! Append a primitive value at the end of the array(.) //! Append a primitive value at the end of the array.
/*! \tparam T Either \ref Type, \c int, \c unsigned, \c int64_t, \c uint64_t /*! \tparam T Either \ref Type, \c int, \c unsigned, \c int64_t, \c uint64_t
\param value Value of primitive type T to be appended. \param value Value of primitive type T to be appended.
\param allocator Allocator for reallocating memory. It must be the same one as used before. Commonly use GenericDocument::GetAllocator(). \param allocator Allocator for reallocating memory. It must be the same one as used before. Commonly use GenericDocument::GetAllocator().
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment