1
0
Fork 0

Merge pull request #729 from BenjaminLagendijk/devel

Corrected JSModule Documentation
This commit is contained in:
Frank Celler 2014-01-11 02:31:16 -08:00
commit a851db7906
1 changed files with 2 additions and 2 deletions

View File

@ -160,11 +160,11 @@ follows
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
{
path: "com/example/extension",
path: "/com/example/extension",
content: "...."
}