Skip to content

Commit 3b02d4b

Browse files
committed
Merge branch 'release/release-10.0.0' into develop
2 parents d8bc61b + a3a471b commit 3b02d4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/gistStyleGuide.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gist Style Guide <!-- omit in toc -->
2121
Purpose of This Style Guide
2222
-----
2323

24-
The purpose of this evolving document is two-fold:
24+
The purpose of this evolving document is twofold:
2525

2626
- Define and implement conventions in order to standardize gist.
2727
- Articulate what we consider best or "better" practices for ontology design and implementation.
@@ -78,7 +78,7 @@ These standards involve choice of wording, which are generally more difficult to
7878
- Alignment with textual definitions. In some cases this requires a re-analysis of the intended meaning, and then perhaps a change in definition rather than local name. However, within the current scope of work, the local name was changed to match the definition, and the re-analysis will be done at a later time.
7979
- Loose coupling and future-proofing.
8080

81-
Some of the examples results in changes to gist `10.0.0`, others are hypothetical.
81+
Some of the examples resulted in changes to gist `10.0.0`, others are hypothetical.
8282

8383
| Standard | Examples |
8484
| ---------: | ------- |
@@ -92,7 +92,7 @@ Some of the examples results in changes to gist `10.0.0`, others are hypothetica
9292
|| `isCharacterizedBy`, not `characterizedBy` |
9393
| Prefer an ordinary verb to "hasX" or "isX", even in a pair of inverses | `follows`, not `isPrecededBy`, even when inverse `precedes` exists |
9494
| "At" rather than "on" for datetimes | `isRecordedAt`, not `isRecordedOn`. |
95-
| Present tense only with minimal exceptions when the meaning is inherently in the past | `isRenderedOn`, not `wasRenderedOn`|
95+
| Present tense only with minimal exceptions when the meaning is inherently in the past | `isRenderedOn`, not `wasRenderedOn`, but `wasLastModifiedBy` rather than `isLastModifiedBy` |
9696
|| `precedes`, not `preceded` |
9797
|| but `wasLastModifiedAt`, not `isLastModifiedAt` |
9898
| General idiomaticity | `hasRecipient`, not `hasGetter`

0 commit comments

Comments
 (0)