From 32b0ba57b3ac6ba63d6a6f233e7e59c4da0deec8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 13 Sep 2017 09:48:41 -0700 Subject: [PATCH 1/2] ref-engine-discovery.md: Fix "refEngines" -> "casEngines" typo's These slipped in as a copy/paste error in d1535110 (cas-template: Define and register the oci-cas-template-v1 protocol, 2017-09-06, #2). --- ref-engine-discovery.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ref-engine-discovery.md b/ref-engine-discovery.md index 8ecf3d0..d433fe7 100644 --- a/ref-engine-discovery.md +++ b/ref-engine-discovery.md @@ -70,8 +70,8 @@ Consumers SHOULD ignore entries which declare unsupported `protocol` values. The order of entries in the array is not significant. The ref-engine discovery service MAY also include `casEngines` entry if it wants to supplement suggestions made by the ref engines. -If set, the `refEngines` entry MUST be an [array][rfc7159-s5]. -Each entry in the `refEngines` array MUST be an [objects][rfc7159-s4] with at least a `protocol` entry specifying the [cas-engine protocol](cas-engine-protocols.md). +If set, the `casEngines` entry MUST be an [array][rfc7159-s5]. +Each entry in the `casEngines` array MUST be an [objects][rfc7159-s4] with at least a `protocol` entry specifying the [cas-engine protocol](cas-engine-protocols.md). Consumers SHOULD ignore entries which declare unsupported `protocol` values. The order of entries in the array is not significant. From d4a34ebc7e108fa28afc1431b2f9addc5856e0ba Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 13 Sep 2017 09:55:03 -0700 Subject: [PATCH 2/2] ref-engine-discovery.md: Fix "cas-engines" -> "CAS-engines" typo This slipped in with d1535110 (cas-template: Define and register the oci-cas-template-v1 protocol, 2017-09-06, #2). I've tried to consistently use "CAS engines" for nouns and "CAS-engines" for adjectives. --- ref-engine-discovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ref-engine-discovery.md b/ref-engine-discovery.md index d433fe7..63e74a2 100644 --- a/ref-engine-discovery.md +++ b/ref-engine-discovery.md @@ -71,7 +71,7 @@ The order of entries in the array is not significant. The ref-engine discovery service MAY also include `casEngines` entry if it wants to supplement suggestions made by the ref engines. If set, the `casEngines` entry MUST be an [array][rfc7159-s5]. -Each entry in the `casEngines` array MUST be an [objects][rfc7159-s4] with at least a `protocol` entry specifying the [cas-engine protocol](cas-engine-protocols.md). +Each entry in the `casEngines` array MUST be an [objects][rfc7159-s4] with at least a `protocol` entry specifying the [CAS-engine protocol](cas-engine-protocols.md). Consumers SHOULD ignore entries which declare unsupported `protocol` values. The order of entries in the array is not significant.