mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 00:30:17 +08:00
Fix typo
This commit is contained in:
parent
e7c9029364
commit
5528de0721
@ -43,7 +43,7 @@ typealias ValueSerializer<T> = KSerializer<Value<T>>
|
|||||||
* - [Char], [String]
|
* - [Char], [String]
|
||||||
*
|
*
|
||||||
* Note: The values are actually *boxed* because of the generic type T.
|
* Note: The values are actually *boxed* because of the generic type T.
|
||||||
* *Primitive* indicates only it is one of the 8 types mentioned above.
|
* *Primitive* indicates only it is one of the 9 types mentioned above.
|
||||||
*/
|
*/
|
||||||
interface PrimitiveValue<T> : Value<T>
|
interface PrimitiveValue<T> : Value<T>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user