Skip to content

Commit

Permalink
fix typo in example
Browse files Browse the repository at this point in the history
Thanks @costero-e for #184 (review) ...
  • Loading branch information
mbaudis committed Nov 24, 2024
1 parent 5c7f5a9 commit 4c2b35b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"sex": {
"$ref": "../common/commonDefinitions.json#/$defs/Sex",
"description": "Sex of the individual. Value from NCIT General Qualifier `NCIT:C27993`: * `unknown`: not assessed or not availablel `NCIT:C17998` * `female`: `NCIT:C16576)` * `male`: `NCIT:C20197`"
"description": "Sex of the individual. Value from NCIT General Qualifier `NCIT:C27993`: * `unknown`: not assessed or not availablel `NCIT:C17998` * `female`: `NCIT:C16576` * `male`: `NCIT:C20197`"
},
"treatments": {
"items": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ properties:
description: >-
Sex of the individual. Value from NCIT General Qualifier `NCIT:C27993`:
* `unknown`: not assessed or not availablel `NCIT:C17998`
* `female`: `NCIT:C16576)`
* `female`: `NCIT:C16576`
* `male`: `NCIT:C20197`
$ref: ../common/commonDefinitions.yaml#/$defs/Sex
karyotypicSex:
Expand Down

0 comments on commit 4c2b35b

Please sign in to comment.