Skip to content

Commit

Permalink
Merge pull request #99 from daidoji/patch-4
Browse files Browse the repository at this point in the history
Fixed typos in index table selector formats.
  • Loading branch information
pfeairheller committed May 14, 2024
2 parents 802675a + 616ae66 commit be1e7cb
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 be1e7cb

Please sign in to comment.