From 1640ce613ca3bd3b9602c0f9e491c016137f5717 Mon Sep 17 00:00:00 2001 From: FrankHB Date: Sat, 10 Oct 2015 11:33:48 +0800 Subject: [PATCH] Fixed typo should be . --- include/rapidjson/internal/swap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rapidjson/internal/swap.h b/include/rapidjson/internal/swap.h index 41e7e20..39bc2e4 100644 --- a/include/rapidjson/internal/swap.h +++ b/include/rapidjson/internal/swap.h @@ -20,7 +20,7 @@ RAPIDJSON_NAMESPACE_BEGIN namespace internal { -//! Custom swap() to avoid dependency on C++ header +//! Custom swap() to avoid dependency on C++ 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(). */