summaryrefslogtreecommitdiff
path: root/draft-schanzen-r5n.xml
diff options
context:
space:
mode:
Diffstat (limited to 'draft-schanzen-r5n.xml')
-rw-r--r--draft-schanzen-r5n.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index 8c00c48..edf46dc 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -768,7 +768,7 @@ bchar = *(ALPHA / DIGIT)
768 <tt>bf</tt> and set to 1. 768 <tt>bf</tt> and set to 1.
769 </t> 769 </t>
770 <t> 770 <t>
771 When testing if an element is in the bloom filter <tt>bf</tt> using 771 When testing if an element may be in the bloom filter <tt>bf</tt> using
772 <tt>BF-TEST(bf,e)</tt>, each bit offset <tt>n mod L</tt> within 772 <tt>BF-TEST(bf,e)</tt>, each bit offset <tt>n mod L</tt> within
773 <tt>bf</tt> <bcp14>MUST</bcp14> have been set to 1. 773 <tt>bf</tt> <bcp14>MUST</bcp14> have been set to 1.
774 Otherwise, the element is not considered to be in the bloom filter. 774 Otherwise, the element is not considered to be in the bloom filter.