Skip to content

Commit

Permalink
Fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
bussec committed Feb 20, 2024
1 parent 0baae44 commit 4cef5e6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lang/R/inst/extdata/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4262,7 +4262,7 @@ Cell:
rearrangements:
type: array
description: >
Array of sequence identifiers defined for the Rearrangement objects associated with this Cell
Array of sequence identifiers defined for the Rearrangement objects associated with this cell
title: Cell-associated rearrangements
items:
type: string
Expand All @@ -4275,7 +4275,7 @@ Cell:
receptors:
type: array
description: >
Array of receptor identifiers defined for the Receptor objects associated with this Cell
Array of receptor identifiers defined for the Receptor objects associated with this cell
title: Cell-associated receptors
items:
type: string
Expand Down
4 changes: 2 additions & 2 deletions lang/python/airr/specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4262,7 +4262,7 @@ Cell:
rearrangements:
type: array
description: >
Array of sequence identifiers defined for the Rearrangement objects associated with this Cell
Array of sequence identifiers defined for the Rearrangement objects associated with this cell
title: Cell-associated rearrangements
items:
type: string
Expand All @@ -4275,7 +4275,7 @@ Cell:
receptors:
type: array
description: >
Array of receptor identifiers defined for the Receptor objects associated with this Cell
Array of receptor identifiers defined for the Receptor objects associated with this cell
title: Cell-associated receptors
items:
type: string
Expand Down
4 changes: 2 additions & 2 deletions specs/airr-schema-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4556,7 +4556,7 @@ Cell:
type: array
nullable: true
description: >
Array of sequence identifiers defined for the Rearrangement objects associated with this Cell
Array of sequence identifiers defined for the Rearrangement objects associated with this cell
title: Cell-associated rearrangements
items:
type: string
Expand All @@ -4569,7 +4569,7 @@ Cell:
type: array
nullable: true
description: >
Array of receptor identifiers defined for the Receptor objects associated with this Cell
Array of receptor identifiers defined for the Receptor objects associated with this cell
title: Cell-associated receptors
items:
type: string
Expand Down
4 changes: 2 additions & 2 deletions specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4262,7 +4262,7 @@ Cell:
rearrangements:
type: array
description: >
Array of sequence identifiers defined for the Rearrangement objects associated with this Cell
Array of sequence identifiers defined for the Rearrangement objects associated with this cell
title: Cell-associated rearrangements
items:
type: string
Expand All @@ -4275,7 +4275,7 @@ Cell:
receptors:
type: array
description: >
Array of receptor identifiers defined for the Receptor objects associated with this Cell
Array of receptor identifiers defined for the Receptor objects associated with this cell
title: Cell-associated receptors
items:
type: string
Expand Down

0 comments on commit 4cef5e6

Please sign in to comment.