Skip to content

Commit 251accd

Browse files
authored
Stray backtick
1 parent 86ead15 commit 251accd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

draft-davidben-tls-merkle-tree-certs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Given a non-negative integer `n`,
228228

229229
* `BIT_WIDTH(n)` refers to the smallest number of bits needed to represent `n`. `BIT_WIDTH(0)` is zero.
230230

231-
* `POPCOUNT(n)` refers to the number of set bits in `n`'s binary representation`.
231+
* `POPCOUNT(n)` refers to the number of set bits in `n`'s binary representation.
232232

233233
To *right-shift* a non-negative integer `n` is to shift each bit in its binary representation to one lower position, discarding the least-significant bit. Equivalently, it is the floor of `n` divided by 2. Given non-negative integers `a` and `b`, `a >> b` refers to `a` right-shifted `b` times.
234234

0 commit comments

Comments
 (0)