mirror of https://gitee.com/bigwinds/arangodb
Merge pull request #729 from BenjaminLagendijk/devel
Corrected JSModule Documentation
This commit is contained in:
commit
a851db7906
|
@ -160,11 +160,11 @@ follows
|
||||||
|
|
||||||
is checked.
|
is checked.
|
||||||
|
|
||||||
- If no file can be found, ArangoDB will check if the collection `modules`
|
- If no file can be found, ArangoDB will check if the collection `_modules`
|
||||||
contains a document of the form
|
contains a document of the form
|
||||||
|
|
||||||
{
|
{
|
||||||
path: "com/example/extension",
|
path: "/com/example/extension",
|
||||||
content: "...."
|
content: "...."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue