diff --git a/76.md b/76.md index 85b164e1..f29a44c9 100644 --- a/76.md +++ b/76.md @@ -8,7 +8,7 @@ Relay Read Permissions Tag names `rp` (read permission) and `prp` (probabilistic read permission) define which keys are authorized to download an event from the relay. -Events that include an `rp` or `prp` require AUTH to be downloaded. +Events with an `rp` or `prp` require AUTH to be downloaded. ## Read Permission @@ -28,7 +28,7 @@ Bloom filters are bit arrays that encode keys `n` times. They are represented by ["prp", "::"] ``` -Bloom filters MUST use `SHA-256` functions of the key + iterating index as the psedocode below: +Bloom filters MUST use `SHA-256` functions of the key + iterating index as the pseudocode below: ```js class BloomFilter(size: Int, n: Int, buffer: ByteArray) {