Skip to content

Commit f2855ec

Browse files
Merge remote-tracking branch 'origin/main'
2 parents 1d4373a + 2661eee commit f2855ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Json-Diff
22

3-
[RFC 6092](https://tools.ietf.org/html/rfc6902) 的 Go 语言实现
3+
[RFC 6902](https://tools.ietf.org/html/rfc6902) 的 Go 语言实现
44

55
[![GoDoc](https://camo.githubusercontent.com/ba58c24fb3ac922ec74e491d3ff57ebac895cf2deada3bf1c9eebda4b25d93da/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f67616d6d617a65726f2f776f726b6572706f6f6c3f7374617475732e737667)](https://pkg.go.dev/github.com/520MianXiangDuiXiang520/json-diff)
66

@@ -108,7 +108,7 @@ func ExampleMergeDiff() {
108108
]
109109
```
110110

111-
其中数组中的每一项代表一个差异点,格式由 RFC 6092 定义,op 表示差异类型,有六种:
111+
其中数组中的每一项代表一个差异点,格式由 RFC 6902 定义,op 表示差异类型,有六种:
112112

113113
1. `add`: 新增
114114
2. `replace`: 替换
@@ -185,4 +185,4 @@ json-diff 在合并差异前会深拷贝源数据,并使用拷贝的数据做
185185

186186
## 参考
187187

188-
[https://github.com/flipkart-incubator/zjsonpatch](https://github.com/flipkart-incubator/zjsonpatch)
188+
[https://github.com/flipkart-incubator/zjsonpatch](https://github.com/flipkart-incubator/zjsonpatch)

0 commit comments

Comments
 (0)