Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit c8bca4d

Browse files
committed
small typo fix
1 parent 9ad3cdc commit c8bca4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mirai/mirai_bot.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ namespace Cyan
229229
* @param withDownloadInfo 获取下载信息(需要较长时间)
230230
* @return GroupFile
231231
*/
232-
GroupFile GetGroupFilById(const GID_t& gid, const string& groupFileId, bool withDownloadInfo = false);
232+
GroupFile GetGroupFileById(const GID_t& gid, const string& groupFileId, bool withDownloadInfo = false);
233233

234234
/**
235235
* @brief 创建群文件夹

0 commit comments

Comments
 (0)