Skip to content

Commit

Permalink
Merge pull request #93 from daidoji/patch-2
Browse files Browse the repository at this point in the history
Fixed typo in Big String Base64 9AAA code
  • Loading branch information
m00sey authored May 7, 2024
2 parents 9045eab + 6228e01 commit 41ef3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ This master table includes both the Primitive and Count Code types. The types ar
| `6A` | String Base64 Only Lead Size 2 | 4 | 2 | |
| `7AAA` | String Big Base64 Only Lead Size 0 | 8 | 4 | |
| `8AAA` | String Big Base64 Only Lead Size 1 | 8 | 4 | |
| `7AAA` | String Big Base64 Only Lead Size 2 | 8 | 4 | |
| `9AAA` | String Big Base64 Only Lead Size 2 | 8 | 4 | |
| `4B` | Bytes Lead Size 0 | 4 | 2 | |
| `5B` | Bytes Lead Size 1 | 4 | 2 | |
| `6B` | Bytes Lead Size 2 | 4 | 2 | |
Expand Down

0 comments on commit 41ef3b7

Please sign in to comment.