1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 21:23:55 +08:00

Typo fixed ()

This commit is contained in:
Runze Zhang 2022-04-16 18:16:50 +08:00 committed by GitHub
parent 4acd74974a
commit cc3d645d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,7 @@ public interface Image : Message, MessageContent, CodableMessage {
public var imageId: String,
) {
/**
* 图片大小字节数. 如果不提供属性, 将无法 [Image.Key.isUploaded]
* 图片大小字节数. 如果不提供属性, 将无法 [Image.Key.isUploaded]
*
* @see Image.size
*/