Skip to content

Commit

Permalink
an -> a; descendents -> descendants
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
  • Loading branch information
bact committed Oct 1, 2024
1 parent daac2f1 commit 9a5c0e9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions model/AI/AI.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ the following has to hold:

1. for every `/AI/AIPackage` there MUST exist exactly one `/Core/Relationship`
of type `hasConcludedLicense` having that element as its `from` property
and an `/SimpleLicensing/AnyLicenseInfo` as its `to` property.
and a `/SimpleLicensing/AnyLicenseInfo` as its `to` property.
2. for every `/AI/AIPackage` there MUST exist exactly one `/Core/Relationship`
of type `hasDeclaredLicense` having that element as its `from` property
and an `/SimpleLicensing/AnyLicenseInfo` as its `to` property.

and a `/SimpleLicensing/AnyLicenseInfo` as its `to` property.
2 changes: 1 addition & 1 deletion model/Core/Datatypes/MediaType.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPDX-License-Identifier: Community-Spec-1.0
## Summary

Standardized way of indicating the type of content of an Element or a Property.
A String constrained to the RFC 2046 specificiation.
A String constrained to the RFC 2046 specification.

## Description

Expand Down
2 changes: 1 addition & 1 deletion model/Core/Individuals/NoAssertionElement.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For example, a Relationship with
and
`to`=NoAssertionElement
is explicitly expressing that
no assertion is being made about any potential descendents of Element1.
no assertion is being made about any potential descendants of Element1.

## Metadata

Expand Down
2 changes: 1 addition & 1 deletion model/Core/Individuals/NoneElement.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For example, a Relationship with
`from`=Element1,
and `to`=NoneElement
is explicitly expressing an assertion that
Element1 has no descendents.
Element1 has no descendants.

## Metadata

Expand Down
4 changes: 2 additions & 2 deletions model/Dataset/Dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ the following has to hold:

1. for every `/Dataset/DatasetPackage` there MUST exist exactly one
`/Core/Relationship` of type `hasConcludedLicense` having that element as its
`from` property and an `/SimpleLicensing/AnyLicenseInfo` as its `to`
`from` property and a `/SimpleLicensing/AnyLicenseInfo` as its `to`
property.
2. for every `/Dataset/DatasetPackage` there MUST exist exactly one
`/Core/Relationship` of type `hasDeclaredLicense` having that element as its
`from` property and an `/SimpleLicensing/AnyLicenseInfo` as its `to`
`from` property and a `/SimpleLicensing/AnyLicenseInfo` as its `to`
property.
2 changes: 1 addition & 1 deletion model/Licensing/Licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ the following has to hold:

1. for every `/Software/SoftwareArtifact` there MUST exist exactly one
`/Core/Relationship` of type `hasConcludedLicense` having that element as
its `from` property and an `/SimpleLicensing/AnyLicenseInfo` as its `to`
its `from` property and a `/SimpleLicensing/AnyLicenseInfo` as its `to`
property.
4 changes: 2 additions & 2 deletions model/Lite/Lite.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ Additionally:

1. for every `/Software/Package` there MUST exist exactly one
`/Core/Relationship` of type `hasConcludedLicense` having that element as
its `from` property and an `/SimpleLicensing/AnyLicenseInfo` as its `to`
its `from` property and a `/SimpleLicensing/AnyLicenseInfo` as its `to`
property.
2. for every `/Software/Package` there MUST exist exactly one
`/Core/Relationship` of type `hasDeclaredLicense` having that element as its
`from` property and an `/SimpleLicensing/AnyLicenseInfo` as its `to`
`from` property and a `/SimpleLicensing/AnyLicenseInfo` as its `to`
property.

For a `/Core/SpdxDocument` to be conformant with this profile, the following has to hold:
Expand Down

0 comments on commit 9a5c0e9

Please sign in to comment.