Commit cebd4a80 authored by Him188's avatar Him188

Fix typo

parent 86aacc5d
...@@ -340,7 +340,7 @@ class ForwardMessageBuilder private constructor( ...@@ -340,7 +340,7 @@ class ForwardMessageBuilder private constructor(
/** /**
* 当前时间. * 当前时间.
* 在使用 [says] 时若不指定间, 则会使用 [currentTime] 自增 1 的事件. * 在使用 [says] 时若不指定间, 则会使用 [currentTime] 自增 1 的事件.
*/ */
var currentTime: Int = currentTimeSeconds.toInt() var currentTime: Int = currentTimeSeconds.toInt()
......
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