Skip to content

Commit 86283e1

Browse files
committed
Corrected text in intro section
1 parent a3eb218 commit 86283e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/packagedcode/models.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
"""
31-
Common data model for packages information and dependencies, abstracting the
31+
Common data model for package information and dependencies, abstracting the
3232
many small differences existing between package management formats and tools.
3333
3434
At a high level a package is some piece of code that can be consumed as a unit
@@ -42,10 +42,10 @@
4242
- some metadata,
4343
- some payload of code, doc, data.
4444
45-
Packages metadata are found in multiple places:
45+
Package metadata are found in multiple places:
4646
- inside code text (JavaDoc tags or Python __copyright__ magic)
4747
- inside binaries (such as a Linux Elf or LKM or a Windows PE or an RPM header).
48-
- in dedicated metafiles (such as a Maven POMs, NPM package.json and many others)
48+
- in dedicated metafiles (such as a Maven POM, NPM package.json and many others)
4949
5050
These metadata provide details on:
5151
- information on the format version of the current metadata file or header.

0 commit comments

Comments
 (0)