Skip to content

Commit

Permalink
fix: resolve typos
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Jan 8, 2025
1 parent adfbe3c commit ccd9b8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/appendices/design_decisions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GA4GH Inherent Properties over Value Objects

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

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conventions/computed_identifiers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ However, as described here, these identifiers are dependent upon the structure o
the identifier is constructed. Consequently, there is no guarantee that VRS computed identifiers will
remain stable across major version releases of VRS; for example, all VRS v1.x computed identifiers are
distinct from all VRS v2.x identifiers. It is recommended that implementers heed the maturity level of
data classes as defined by the :ref:`maturity-model` when gauging the stability of data classesand
therefore object identifiers from thoses classesacross releases of VRS.
data classes as defined by the :ref:`maturity-model` when gauging the stability of data classes-and
therefore object identifiers from those classes-across releases of VRS.

References
@@@@@@@@@@
Expand Down

0 comments on commit ccd9b8b

Please sign in to comment.