Update transformer.md (#100)

This commit is contained in:
ethfoo 2022-09-26 13:49:53 +08:00 committed by GitHub
parent bcdd34d356
commit abe2a67da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ interceptors:
"node": "127.0.0.1",
"phase": "running"
}
status: "127.0.0.1 is running"
"status": "127.0.0.1 is running"
}
```
@ -527,4 +527,4 @@ const (
目标字段的值是否和参数regex正则匹配。
### oneOf(key, value1, value2...)
目标字段的值是否是参数值value1...其中之一。
目标字段的值是否是参数值value1...其中之一。