diff options
Diffstat (limited to 'skate/map.go')
-rw-r--r-- | skate/map.go | 2 |
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"` |