Skip to content

Commit

Permalink
fix: replace SHOULD with MUST in last changes (cc @effigies)
Browse files Browse the repository at this point in the history
Please revert if these should not be replaced.
  • Loading branch information
oesteban authored Mar 27, 2024
1 parent 48ffe9d commit bf39718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ large numbers of rows MAY be saved as
[compressed tabular files (with extension `.tsv.gz`)](#compressed-tabular-files),
which are introduced below.
Plain-text TSV and compressed TSV are not interchangeable, that is, each section
of the specification prescribes which one SHOULD be used for the data type at
of the specification prescribes which one MUST be used for the data type at
hand.
Each TSV file MUST start with a header line listing the names of all columns
with two exceptions:
Expand Down Expand Up @@ -562,7 +562,7 @@ like in the example below.

### Compressed tabular files

Large tabular information, such as physiological recordings, SHOULD be stored with
Large tabular information, such as physiological recordings, MUST be stored with
[compressed tab-delineated (TSVGZ) files](glossary.md#tsvgz-extensions) when
so established by the specifications.
Rules for formatting plain-text tabular files apply to TSVGZ files with three exceptions:
Expand Down

0 comments on commit bf39718

Please sign in to comment.