diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2019-07-07 20:52:18 +0200 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2019-07-07 11:57:22 -0700 |
commit | d9f16664367cc42abf64fe453de16b8e9dbfe77e (patch) | |
tree | 294ad547ba10e8b1fd6dec1f46c682e5cb2bbb91 /guide | |
parent | 527d6590d02ad834c92df08c3f0abe9078f5e801 (diff) | |
download | fatcat-d9f16664367cc42abf64fe453de16b8e9dbfe77e.tar.gz fatcat-d9f16664367cc42abf64fe453de16b8e9dbfe77e.zip |
guide: fix a typo
Diffstat (limited to 'guide')
-rw-r--r-- | guide/src/data_model.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/src/data_model.md b/guide/src/data_model.md index 6953e107..a72b885d 100644 --- a/guide/src/data_model.md +++ b/guide/src/data_model.md @@ -23,7 +23,7 @@ artifacts) over physical items, the primary bibliographic entity types are: more `releases`. Machine-verifiable metadata includes file hashes, size, and detected file format. Verified URLs link to locations on the open web where this file can be found or has been archived. Has relationships: - - multiple `release` entieis that this file is a complete manifestation of + - multiple `release` entities that this file is a complete manifestation of (almost always a single release) - `fileset`: a list of muliple concrete files, together forming complete `release` manifestation. Primarily intended for datasets and supplementary |