提交 7a236231 编写于 作者: D Derek Parker

Update documentation

上级 a3700a44
......@@ -122,7 +122,7 @@ func (thread *ThreadContext) extractValue(instructions []byte, off int64, typ in
case "[]int":
return thread.readIntSlice(offaddr)
default:
// Here we could recursively call extractValue to grab
// Recursively call extractValue to grab
// the value of all the members of the struct.
fields := make([]string, 0, len(t.Field))
for _, field := range t.Field {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册