diff --git a/src/main/proto/ga4gh/metadata.proto b/src/main/proto/ga4gh/metadata.proto index 89cae22d..6955513f 100644 --- a/src/main/proto/ga4gh/metadata.proto +++ b/src/main/proto/ga4gh/metadata.proto @@ -13,7 +13,7 @@ message OntologyTerm { // scope of the schema or its resource implementation. string termId = 1; - // Ontology term - the label of the ontology term the id is pointing to. + // Ontology term - the label of the ontology term the termId is pointing to. string term = 2; }