aboutsummaryrefslogtreecommitdiffstats
path: root/skate/map.go
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-01 17:06:37 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-01 17:06:37 +0200
commit00c08c0776972544bfae315b50081596079214f2 (patch)
tree69688e97127f6c889be049ae45b530be42daaaf7 /skate/map.go
parentc3ceffd4e1d6fb90336578d862f806b8955a9a91 (diff)
downloadrefcat-00c08c0776972544bfae315b50081596079214f2.tar.gz
refcat-00c08c0776972544bfae315b50081596079214f2.zip
skate: extend release schema
Diffstat (limited to 'skate/map.go')
-rw-r--r--skate/map.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/map.go b/skate/map.go
index af6e817..f812464 100644
--- a/skate/map.go
+++ b/skate/map.go
@@ -31,7 +31,7 @@ type ContainerNameDoc struct {
} `json:"biblio"`
}
-// PartialDoc for docs, that do not have DOI or title. E.g. we found 49701699
+// PartialDoc for ref docs, that do not have DOI or title. E.g. we found 49701699
// (NCVY), 36401044 (NCVYU), 29668363 (NCUY), and so on. Some examples: XXX
type PartialDoc struct {
ContainerName string `json:"container_name"`