Skip to content

Commit

Permalink
linter typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblefudge committed Sep 18, 2024
1 parent 9168e16 commit 5a5995d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-goldman-tid.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ base32 ABCDEFGHIJKLMNOPQRSTUVWXYZ234567

The canonical form of a TID is a 64-byte string which takes this form:

```bash
~~~~ bash
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| signed_microseconds_since_1970
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| clock_id |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
```
~~~~

## Timestamp Component

Expand Down

0 comments on commit 5a5995d

Please sign in to comment.