@@ -182,11 +182,11 @@ * * @param options The options to use when sorting the array.@n * Possible values are: * Value | Description * ---------------------------|------------------------- - * OF_SORT_OPTIONS_DESCENDING | Sort in descending order + * `OF_ARRAY_SORT_DESCENDING` | Sort in descending order */ - (void)sortWithOptions: (int)options; /*! * @brief Reverts the order of the objects in the array.