From 88e836be16a48b67915d888818b4b76fdede25bd Mon Sep 17 00:00:00 2001 From: hyzboy Date: Mon, 30 Dec 2019 21:30:49 +0800 Subject: [PATCH] fix comment --- inc/hgl/filesystem/FileSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/hgl/filesystem/FileSystem.h b/inc/hgl/filesystem/FileSystem.h index c3b831e..f146390 100644 --- a/inc/hgl/filesystem/FileSystem.h +++ b/inc/hgl/filesystem/FileSystem.h @@ -63,7 +63,7 @@ namespace hgl } /** - * 截取一个文件名中的主名称(不能带路径) + * 截取一个文件名中的主名称 * @param filename 文件名 * @param split_char 扩展名分隔符,一般为'.' */