From aedb3e9ca6e75179ac53e75a3e4ce855556d59fd Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Sun, 13 Dec 2020 07:30:41 +0100 Subject: [PATCH] Docs. --- resources/docs/Message-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |