Skip to content

Commit a3f086b

Browse files
authored
Update SPEC.md
1 parent 7d74da3 commit a3f086b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SPEC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ For example:
234234

235235
All packages in the registry have an associated metadata file, which is located in the `metadata` directory of the `registry` repository under the package name. For example, the metadata for the `aff` package is located at: https://github.com/purescript/registry/blob/main/metadata/aff.json. Metadata files are the source of truth on all published and unpublished versions for a particular package for what there content is and where the package is located. Metadata files are produced by the registry, not by package authors, though they take some information from package manifests.
236236

237-
Each published version of a package records four fields:
237+
Each published version of a package records the following fields:
238238

239239
- `hash`: a [`Sha256`](#Sha256) of the compressed archive fetched by the registry for the given version
240240
- `bytes`: the size of the tarball in bytes

0 commit comments

Comments
 (0)