Rectify descriptions which is not so standard.

Signed-off-by: liujialiang <liujialiang10@huawei.com>
This commit is contained in:
Liu Jialiang
2021-12-22 15:16:25 +08:00
parent 3b07a73246
commit 98eaca0c57
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
lite
/lite
+1 -1
View File
@@ -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);