Skip to content

Commit

Permalink
Merge pull request #83 from daidoji/0B-typo-fix-branch-3
Browse files Browse the repository at this point in the history
Fixed typo in -0B code in tables
  • Loading branch information
SmithSamuelM authored Apr 4, 2024
2 parents e77b1a5 + 08126a2 commit f9d989b
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 @@ -969,7 +969,7 @@ For example, suppose some application uses a list (a universal but non-overridea
| `-A##` | Generic pipeline group up to 4,095 quadlets/triplets | 4 | 2 | 4 |
| `-0A#####` | Generic pipeline group up to 1,073,741,823 quadlets/triplets | 8 | 5 | 8 |
| `-B##` | Message + attachments group up to 4,095 quadlets/triplets | 4 | 2 | 4 |
| `-0A#####` | Message + attachments group up to 1,073,741,823 quadlets/triplets | 8 | 5 | 8 |
| `-0B#####` | Message + attachments group up to 1,073,741,823 quadlets/triplets | 8 | 5 | 8 |
| `-C##` | Attachments only group up to 4,095 quadlets/triplets | 4 | 2 | 4 |
| `-0C#####` | Attachments only group up to 1,073,741,823 quadlets/triplets | 8 | 5 | 8 |

Expand Down Expand Up @@ -1023,7 +1023,7 @@ This master table includes both the Primitive and Count Code types. The types ar
| `-A##` | Generic pipeline group up to 4,095 quadlets/triplets | 4 | 2 | 4 |
| `-0A#####` | Generic pipeline group up to 1,073,741,823 quadlets/triplets | 8 | 5 | 8 |
| `-B##` | Message + attachments group up to 4,095 quadlets/triplets | 4 | 2 | 4 |
| `-0A#####` | Message + attachments group up to 1,073,741,823 quadlets/triplets | 8 | 5 | 8 |
| `-0B#####` | Message + attachments group up to 1,073,741,823 quadlets/triplets | 8 | 5 | 8 |
| `-C##` | Attachments only group up to 4,095 quadlets/triplets | 4 | 2 | 4 |
| `-0C#####` | Attachments only group up to 1,073,741,823 quadlets/triplets | 8 | 5 | 8 |
| | Universal Count Codes that do not allow genus/version override | | | |
Expand Down

0 comments on commit f9d989b

Please sign in to comment.