Skip to content

Commit ccd9b8b

Browse files
committed
fix: resolve typos
1 parent adfbe3c commit ccd9b8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/appendices/design_decisions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GA4GH Inherent Properties over Value Objects
1010

1111
In VRS 1.0 we operated under the principle that all identifiable objects in VRS (e.g. Allele, SequenceLocation, etc.)
1212
would be *value objects*. This meant that they should be immutable and contain only required fields that are
13-
necessary to uniquely identify the object. This approach somewhat simplified the ability to genertate the digests by
13+
necessary to uniquely identify the object. This approach somewhat simplified the ability to generate the digests by
1414
allowing the computation of the digest to be based on the entire object. An exception was made for properties with a
1515
leading underscore (namely, the *_id* property), which was removed from the object before a digest was calculated.
1616

docs/source/conventions/computed_identifiers.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ However, as described here, these identifiers are dependent upon the structure o
266266
the identifier is constructed. Consequently, there is no guarantee that VRS computed identifiers will
267267
remain stable across major version releases of VRS; for example, all VRS v1.x computed identifiers are
268268
distinct from all VRS v2.x identifiers. It is recommended that implementers heed the maturity level of
269-
data classes as defined by the :ref:`maturity-model` when gauging the stability of data classesand
270-
therefore object identifiers from thoses classesacross releases of VRS.
269+
data classes as defined by the :ref:`maturity-model` when gauging the stability of data classes-and
270+
therefore object identifiers from those classes-across releases of VRS.
271271

272272
References
273273
@@@@@@@@@@

0 commit comments

Comments
 (0)