mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-13 03:16:05 +08:00
Fix ambiguous doc
This commit is contained in:
parent
8994d6c9d0
commit
86a42bb530
@ -17,8 +17,8 @@ import net.mamoe.mirai.contact.sendMessage
|
||||
*
|
||||
* 连接 [Message] 与 [Message], [String], (使用 operator [Message.plus]):
|
||||
* ```kotlin
|
||||
* event = PlainText("Hello ")
|
||||
* qq.sendMessage(event + "world")
|
||||
* text = PlainText("Hello ")
|
||||
* qq.sendMessage(text + "world")
|
||||
* ```
|
||||
*
|
||||
* `Message1 + Message2 + Message3`, 类似 [String] 的连接:
|
||||
|
Loading…
Reference in New Issue
Block a user