Skip to content

Commit e00794f

Browse files
CF.DEL - clearer note (#1909)
* CF.DEL - clearer note * Update content/commands/cf.del.md Co-authored-by: David Dougherty <[email protected]> --------- Co-authored-by: David Dougherty <[email protected]>
1 parent f84cc59 commit e00794f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

content/commands/cf.del.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ 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+
Never use this command to delete an item unless you are certain you've added the item to the filter. Deleting an item you didn't previously add may corrupt the filter and cause false negatives.
40+
{{< /note >}}
4241

4342
## Required arguments
4443

@@ -92,4 +91,4 @@ One of the following:
9291
* [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.
9392
* [Simple error reply]({{< relref "/develop/reference/protocol-spec#simple-errors" >}}) in these cases: invalid arguments or wrong key type.
9493

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

0 commit comments

Comments
 (0)