Skip to content

Commit

Permalink
Fix typos (#431)
Browse files Browse the repository at this point in the history
Fix spelling of "contains" in a README file.

Fix formatting in GEDCOM spec caused by lack of a blank line before
bulleted list.

Change bullets in source from "*" to "-" just for consistency with
rest of source.

Signed-off-by: Dave Thaler <[email protected]>
Co-authored-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler and dthaler2 authored Feb 1, 2024
1 parent 9cb7a67 commit f1fe039
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extracted-files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ All files in this directory and its sub-directories, except for this README file
- Various TSV files provide simple look-ups; all of this information is also available in the YAML files
- `cardinalities.tsv` contains (superstructure type, substructure type, cardinality of substructure) triples.
- `enumrations.tsv` contains (enumeration set, enumeration value) pairs.
- `enumerationsets.tsv` contaisn (structure type, enmeration set) pairs.
- `enumerationsets.tsv` contains (structure type, enmeration set) pairs.
- `payloads.tsv` contains (structure type, payload type) pairs.
- `substructures.tsv` contains (superstructure type, substructure tag, substructure type) triples.

Expand Down
5 changes: 3 additions & 2 deletions specification/gedcom-2-data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,14 @@ registered values and extension values.
MediaType = type "/" subtype parameters
```
where:
* `type` and `subtype` are defined in [RFC 2045](https://www.rfc-editor.org/info/rfc2045)

- `type` and `subtype` are defined in [RFC 2045](https://www.rfc-editor.org/info/rfc2045)
section 5.1, and registered values (i.e., those not beginning with "x-") are further
constrained by the definitions in
[RFC 6838](https://www.rfc-editor.org/info/rfc6838), section 4.2.
A [registry of media types](https://www.iana.org/assignments/media-types/media-types.xhtml)
is maintained publicly by the IANA.
* `parameters` is defined in [RFC 9110](https://www.rfc-editor.org/info/rfc9110),
- `parameters` is defined in [RFC 9110](https://www.rfc-editor.org/info/rfc9110),
section 5.6.6. Note that the `parameters` definition in GEDCOM matches that used by HTTP
headers which permit whitespace around the ";" delimiter, whereas email headers in
RFC 2045 do not.
Expand Down

0 comments on commit f1fe039

Please sign in to comment.