Skip to content

Commit

Permalink
typo fix in insert edge page (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu authored Nov 21, 2022
1 parent 2d8dc14 commit da4bfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0/3.ngql-guide/13.edge-statements/1.insert-edge.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The `INSERT EDGE` statement inserts an edge or multiple edges into a graph space from a source vertex (given by src_vid) to a destination vertex (given by dst_vid) with a specific rank in NebulaGraph.

When inserting an edge that already exists, `INSERT VERTEX` **overrides** the edge.
When inserting an edge that already exists, `INSERT EDGE` **overrides** the edge.

## Syntax

Expand Down

0 comments on commit da4bfb8

Please sign in to comment.