Skip to content

Commit

Permalink
Fixing obvious typo where hyphens should have been underscores.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilburn committed Jan 8, 2019
1 parent 0f6ed3a commit 3672719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sigmf-spec.md
Expand Up @@ -286,8 +286,8 @@ the `global` object:
|`offset`|false|uint|The index number of the first sample in the dataset. This value defaults to zero. Typically used when a recording is split over multiple files.|
|`description`|false|string|A text description of the SigMF recording.|
|`author`|false|string|The author's name (and optionally e-mail address).|
|`meta-doi`|false|string|The registered DOI (ISO 26324) for a recording's metadata file.|
|`data-doi`|false|string|The registered DOI (ISO 26324) for a recording's dataset file.|
|`meta_doi`|false|string|The registered DOI (ISO 26324) for a recording's metadata file.|
|`data_doi`|false|string|The registered DOI (ISO 26324) for a recording's dataset file.|
|`recorder`|false|string|The name of the software used to make this SigMF recording.|
|`license`|false|string|A URL for the license document under which the recording is offered; when possible, use the canonical document provided by the license author, or, failing that, a well-known one.|
|`hw`|false |string|A text description of the hardware used to make the recording.|
Expand Down

0 comments on commit 3672719

Please sign in to comment.