Commit 86a42bb5 authored by Him188's avatar Him188

Fix ambiguous doc

parent 8994d6c9
...@@ -17,8 +17,8 @@ import net.mamoe.mirai.contact.sendMessage ...@@ -17,8 +17,8 @@ import net.mamoe.mirai.contact.sendMessage
* *
* 连接 [Message] 与 [Message], [String], (使用 operator [Message.plus]): * 连接 [Message] 与 [Message], [String], (使用 operator [Message.plus]):
* ```kotlin * ```kotlin
* event = PlainText("Hello ") * text = PlainText("Hello ")
* qq.sendMessage(event + "world") * qq.sendMessage(text + "world")
* ``` * ```
* *
* `Message1 + Message2 + Message3`, 类似 [String] 的连接: * `Message1 + Message2 + Message3`, 类似 [String] 的连接:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment