From 9ee8c7e88e0aa2720081f17ec582e51ad5ff8d18 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sat, 30 Mar 2024 14:22:15 -0400 Subject: [PATCH] Fix grammar in randomness statements. Co-authored-by: Ted Thibodeau Jr --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 548d143..5be39b5 100644 --- a/index.html +++ b/index.html @@ -405,9 +405,9 @@

BitstringStatusListEntry

The `statusListIndex` property MUST be an arbitrary size integer greater than or equal to 0, expressed as a string in base 10. The value identifies the position of the status of the verifiable credential. Implementations -SHOULD assign indexes randomly such that inferences cannot be easily drawn -from the position such as the recency of the assignment or the size of the -group. +SHOULD assign indexes randomly, such that inferences — such as the recency +of the assignment or the size of the group — cannot be easily drawn from +that position.