mirror of https://gitee.com/bigwinds/arangodb
fixed a typo
This commit is contained in:
parent
9d18171d18
commit
79646372f4
|
@ -125,7 +125,7 @@
|
||||||
///
|
///
|
||||||
/// @GE{Edge}: Edges in ArangoDB are special documents. In addition to the
|
/// @GE{Edge}: Edges in ArangoDB are special documents. In addition to the
|
||||||
/// internal attributes @LIT{_id} and @LIT{_rev}, they have two attributes
|
/// internal attributes @LIT{_id} and @LIT{_rev}, they have two attributes
|
||||||
/// @LIT{_form} and @LIT{_to}, which contain document handles namely the
|
/// @LIT{_from} and @LIT{_to}, which contain document handles namely the
|
||||||
/// start-point and the end-point of the edge.
|
/// start-point and the end-point of the edge.
|
||||||
///
|
///
|
||||||
/// @page GlossaryEdgeCollection
|
/// @page GlossaryEdgeCollection
|
||||||
|
|
Loading…
Reference in New Issue