Skip to content

Commit 4adcf3f

Browse files
Correct upsert (#2608)
1 parent f8ee751 commit 4adcf3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-2.0-zh/3.ngql-guide/12.vertex-statements/3.upsert-vertex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
!!! caution
1212

13-
并发`UPSERT`同一个 TAG 或 EDGE TYPE 会报错
13+
并发`UPSERT`同一个点或边会报错
1414

1515
## 语法
1616

docs-2.0-zh/3.ngql-guide/13.edge-statements/3.upsert-edge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
!!! caution
88

9-
并发`UPSERT`同一个 TAG 或 EDGE TYPE 会报错
9+
并发`UPSERT`同一个点或边会报错
1010
1111
## 语法
1212

0 commit comments

Comments
 (0)