From 98eaca0c57551093173420caa237a953c2b8487b Mon Sep 17 00:00:00 2001 From: Liu Jialiang Date: Wed, 22 Dec 2021 15:16:25 +0800 Subject: [PATCH] Rectify descriptions which is not so standard. Signed-off-by: liujialiang --- .gitignore | 2 +- base/include/string_ex.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 349b682..d420590 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -lite \ No newline at end of file +/lite diff --git a/base/include/string_ex.h b/base/include/string_ex.h index d9cbc77..bcb7d4b 100755 --- a/base/include/string_ex.h +++ b/base/include/string_ex.h @@ -41,7 +41,7 @@ std::string ReplaceStr(const std::string& str, const std::string& src, const std std::string TrimStr(const std::string& str, const char cTrim = ' '); /** - * The DexToHexString function convert dex to hex string. + * The DexToHexString function convert decimal to hexadecimal string. */ std::string DexToHexString(int value, bool upper = true); -- Gitee