diff --git a/resources/docs/Message-filters.md b/resources/docs/Message-filters.md index ded2a0ee6..08ea8805b 100755 --- a/resources/docs/Message-filters.md +++ b/resources/docs/Message-filters.md @@ -56,7 +56,7 @@ Here is the reference of methods and properties of some types available in your | `Boolean isDuplicateWithAttribute(DuplicationAttributeCheck)` | Allows you to test if this particular message is already stored in RSS Guard's DB. | | `Boolean assignLabel(String)` | Assigns label to this message. The passed `String` value is the `customId` property of `Label` type. See its API reference for relevant info. Available in RSS Guard 3.8.1+. | | `Boolean deassignLabel(String)` | Removes label from this message. The passed `String` value is the `customId` property of `Label` type. See its API reference for relevant info. Available in RSS Guard 3.8.1+. | -| `Boolean alreadyStoredInDb()` | `READ-ONLY` Returns true if this message is already stored in DB. This function is the way to check if the filter is being run automatically for newly downloaded messages or manually for already existing messages. Available in RSS Guard 3.8.4+. | +| `Boolean alreadyStoredInDb` | `READ-ONLY` Returns true if this message is already stored in DB. This function is the way to check if the filter is being run automatically for newly downloaded messages or manually for already existing messages. Available in RSS Guard 3.8.4+. | ### `Label` class | Property/method | Description |