Skip to content

Commit 83b2f04

Browse files
mspornyTallTed
andcommitted
Fix grammar in minimum status list size text.
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent aae0656 commit 83b2f04

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -246,17 +246,17 @@ <h3>Conceptual Framework</h3>
246246
remain unrevoked. This will ensure long sections of bits that are the same
247247
value and thus highly compressible using run-length compression techniques
248248
such as GZIP [[RFC1952]]. The default status list size is 131,072 entries,
249-
equivalent to 16KB of single bit values. When only a handful of <a>verifiable
250-
credentials</a> are revoked, the compressed bitstring size is reduced down to a
251-
few hundred bytes.
249+
equivalent to 16&nbsp;KB of single bit values. When only a handful of
250+
<a>verifiable credentials</a> are revoked, GZIP compresses the bitstring
251+
to a few hundred bytes.
252252
</p>
253253

254254
<p>
255255
Another benefit of using a bitstring is that it enables large numbers of
256256
<a>verifiable credential</a> statuses to be placed in the same list.
257-
This specification utilizes a minimum list length of 131,072. This
258-
population size ensures an adequate amount of herd privacy in the average case.
259-
If better herd privacy is required, the bitstring can be made to be larger.
257+
This specification uses a minimum list length of 131,072. This
258+
size ensures an adequate amount of herd privacy in the average case.
259+
If better herd privacy is required, the bitstring can be made larger.
260260
</p>
261261

262262
<figure id="bitstring">
@@ -951,8 +951,8 @@ <h3>Processing Errors</h3>
951951
STATUS_LIST_LENGTH_ERROR (-130)
952952
</dt>
953953
<dd>
954-
The status list does not meet the minimum herd privacy length requirements.
955-
See Section <a href="#validate-algorithm"></a>.
954+
The status list length does not satisfy the minimum length required for
955+
herd privacy. See Section <a href="#validate-algorithm"></a>.
956956
</dd>
957957
</dl>
958958
</section>

0 commit comments

Comments
 (0)