Skip to content

Commit

Permalink
Fixed typos in index table selector formats.
Browse files Browse the repository at this point in the history
  • Loading branch information
daidoji authored May 13, 2024
1 parent 802675a commit 616ae66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,8 @@ The associated indexed schemes are provided in the following table:
| | | | | | | | |
|`[A-Z,a-z]`| `1*` | 1 | 0 | 2 | 0 | 2 | `$#&&`|
| `0` | 1 | 1 | 1 | 4 | 0 | 0 | `0$##&&&&`|
| `2` | 1 | 2 | 2 | 6 | 0 | 2 | `0$####&&&&`|
| `3` | 1 | 3 | 3 | 6 | 0 | 0 | `0$######&&&&`|
| `2` | 1 | 2 | 2 | 6 | 0 | 2 | `2$####&&&&`|
| `3` | 1 | 3 | 3 | 6 | 0 | 0 | `3$######&&&&`|

##### Encoding scheme format symbol table

Expand Down

0 comments on commit 616ae66

Please sign in to comment.