Commit aeb5f567 authored by Milo Yip's avatar Milo Yip

Merge pull request #442 from FrankHB/patch-1

Fixed typo
parents 76d729e9 1640ce61
......@@ -20,7 +20,7 @@
RAPIDJSON_NAMESPACE_BEGIN
namespace internal {
//! Custom swap() to avoid dependency on C++ <algorith> header
//! Custom swap() to avoid dependency on C++ <algorithm> header
/*! \tparam T Type of the arguments to swap, should be instantiated with primitive C++ types only.
\note This has the same semantics as std::swap().
*/
......
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