@@ -14,7 +14,7 @@ class OcmAPIStub(object):
1414 Implementations are expected to call remote `/ocm` endpoints
1515 in response to the payloads received via this API.
1616
17- The APIs match the OCM v1.2 spec including multi-protocol shares.
17+ The APIs match the OCM v1.2+ spec including multi-protocol shares.
1818
1919 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
2020 NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and
@@ -91,7 +91,7 @@ class OcmAPIServicer(object):
9191 Implementations are expected to call remote `/ocm` endpoints
9292 in response to the payloads received via this API.
9393
94- The APIs match the OCM v1.2 spec including multi-protocol shares.
94+ The APIs match the OCM v1.2+ spec including multi-protocol shares.
9595
9696 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
9797 NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and
@@ -251,7 +251,7 @@ class OcmAPI(object):
251251 Implementations are expected to call remote `/ocm` endpoints
252252 in response to the payloads received via this API.
253253
254- The APIs match the OCM v1.2 spec including multi-protocol shares.
254+ The APIs match the OCM v1.2+ spec including multi-protocol shares.
255255
256256 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
257257 NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and
0 commit comments