diff --git a/Documentation/Books/AQL/Functions/Miscellaneous.mdpp b/Documentation/Books/AQL/Functions/Miscellaneous.mdpp index db201cbe21..baf0fadde9 100644 --- a/Documentation/Books/AQL/Functions/Miscellaneous.mdpp +++ b/Documentation/Books/AQL/Functions/Miscellaneous.mdpp @@ -6,11 +6,12 @@ `NOT_NULL(alternative, ...) → value` -Return the first alternative that is not *null*, and *null* if all alternatives -are *null* themselves. +Return the first element that is not *null*, and *null* if all alternatives +are *null* themselves. It is also known as `COALESCE()` in SQL. - **alternative** (any, *repeatable*): input of arbitrary type -- returns **value** (any): +- returns **value** (any): first non-null parameter, or *null* if all arguments + are *null* !SUBSECTION FIRST_LIST() diff --git a/Documentation/Books/Manual/DataModeling/README.mdpp b/Documentation/Books/Manual/DataModeling/README.mdpp index 4e04f7e188..1fcd77253f 100644 --- a/Documentation/Books/Manual/DataModeling/README.mdpp +++ b/Documentation/Books/Manual/DataModeling/README.mdpp @@ -1,4 +1,4 @@ -!CHAPTER Data model & modeling +!CHAPTER Data models & modeling This chapter introduces ArangoDB's core concepts and covers diff --git a/Documentation/Books/Manual/SUMMARY.md b/Documentation/Books/Manual/SUMMARY.md index c65befa362..749ee12060 100644 --- a/Documentation/Books/Manual/SUMMARY.md +++ b/Documentation/Books/Manual/SUMMARY.md @@ -21,7 +21,7 @@ * [Data models](Scalability/DataModels.md) * [Limitations](Scalability/Limitations.md) # -* [Data model & modeling](DataModeling/README.md) +* [Data models & modeling](DataModeling/README.md) # * [Collections](FirstSteps/CollectionsAndDocuments.md) #TODO * [Concepts](DataModeling/Concepts.md) * [Databases](DataModeling/Databases/README.md)