Skip to content

Commit 2573d0d

Browse files
authored
CF.DEL - clearer note
1 parent 175cf1d commit 2573d0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/commands/cf.del.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Deletes an item once from the filter.
3535

3636
If the item exists only once, it will be removed from the filter. If the item was added multiple times, it will still be present.
3737

38-
<note><b>Note:</b>
39-
40-
- Deleting an item that are not in the filter may delete a different item, resulting in false negatives.
41-
</note>
38+
{{< note >}}
39+
You should never use this command to delete from the filter an item that was not added to the filter. Deleting an item that is not in the filter may corrupt the filter. This could result in false negatives.
40+
Practically, it means that using this command is safe only if you are absolutely sure (not just "probabilistically sure") that the item you are deleting was previously added to the filter.
41+
{{< /note >}}
4242

4343
## Required arguments
4444

@@ -92,4 +92,4 @@ One of the following:
9292
* [Boolean reply]({{< relref "/develop/reference/protocol-spec#booleans" >}}) `true` for successfully deleting an item, or `false` if no such item was found in the filter.
9393
* [Simple error reply]({{< relref "/develop/reference/protocol-spec#simple-errors" >}}) in these cases: invalid arguments or wrong key type.
9494

95-
{{< /multitabs >}}
95+
{{< /multitabs >}}

0 commit comments

Comments
 (0)