Skip to content

Commit 4472b3c

Browse files
committed
fix a typo
1 parent 1c10c78 commit 4472b3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/pkttraceitemlist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ The 'pkt' field of TraceTree history response is as follows.
7474

7575
About "branch" field of "traceitemlist", when the type is "V", "branch" is always "1", but when the type is "T", if the API call 'pkt.xxxIs(MyValue)' return true, then "branch" is "1", else "branch" is "0".
7676

77-
About "value" field of "traceitemlist", when the type is "V", "value" is the value of packet's "field", but when the type is "V", whether the API call 'pkt.xxxIs(MyValue)' return true or false, "value" is "MyValue"
77+
About "value" field of "traceitemlist", when the type is "V", "value" is the value of packet's "field", but when the type is "T", whether the API call 'pkt.xxxIs(MyValue)' return true or false, "value" is "MyValue"

0 commit comments

Comments
 (0)