Commit 4b28f004 authored by Him188's avatar Him188

Fix ambiguous doc

parent 70890dbd
...@@ -95,7 +95,7 @@ fun Input.readTLVMap(expectingEOF: Boolean = false, tagSize: Int = 1): MutableMa ...@@ -95,7 +95,7 @@ fun Input.readTLVMap(expectingEOF: Boolean = false, tagSize: Int = 1): MutableMa
} }
/** /**
* 读扁平的 tag-UVarInt map. 重复的 tag 将不会只保留最后一个 * 读扁平的 tag-UVarInt map. 重复的 tag 将只保留最后一个
* *
* tag: UByte * tag: UByte
* value: UVarint * value: UVarint
......
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