From 7e8f0172e81bd448c8c2419b66a2881d85a89c62 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Wed, 18 Mar 2015 09:04:06 +0300 Subject: Fixes after colleagues comments --- platform/platform.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform/platform.hpp') diff --git a/platform/platform.hpp b/platform/platform.hpp index c1e6769faf..2e2654068a 100644 --- a/platform/platform.hpp +++ b/platform/platform.hpp @@ -164,8 +164,8 @@ public: bool IsTablet() const { return m_isTablet; } - /// @return information about kinds of memory which are relevant for a platform - /// This methid is implemented for iOS and Android only + /// @return information about kinds of memory which are relevant for a platform. + /// This methid is implemented for iOS and Android only. string GetMemoryInfo() const; private: -- cgit v1.2.3