Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing typos about None and NoAssertion #928

Merged
merged 3 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions model/AI/Properties/autonomyType.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ involvement or guidance.
Indicates if the system is fully automated or a human is involved in any of the
decisions of the AI system.

- yes: Indicates that the system is fully automated
- yes: Indicates that the system is fully automated.
- no: Indicates that a human is involved in any of the decisions of the AI
system
- noAssertion: Makes no assertion about the autonomy
system.
- noAssertion: Makes no assertion about the autonomy.

bact marked this conversation as resolved.
Show resolved Hide resolved
## Metadata

Expand Down
6 changes: 3 additions & 3 deletions model/Core/Classes/Relationship.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ A Relationship is a grouping of characteristics unique to an assertion
that one Element is related to one or more other Elements in some way.

To explicitly assert that no such relationships exist, the `to` property
should contain the 'NONE' individual and no other elements.
should contain the NoneElement individual and no other elements.

A relationship that contains 'NONE' and additional elements in the `to`
A relationship that contains NoneElement and additional elements in the `to`
property is not valid.

To explicitly assert that no assertions are being made regarding the
existence of such relationships, the `to` property should contain the
'NOASSERTION' individual.
NoAssertionElement individual.

## Metadata

Expand Down