From 2a44cccf65fa0b1dedffa41ebafe4e03d3d2fa6b Mon Sep 17 00:00:00 2001 From: davidhassell Date: Mon, 13 Jan 2020 15:13:30 +0000 Subject: [PATCH 1/2] 2.3 must -> should --- conformance.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conformance.adoc b/conformance.adoc index d2072dfe..8103b15e 100644 --- a/conformance.adoc +++ b/conformance.adoc @@ -38,7 +38,7 @@ material required for completeness or clarity. *Requirements:* -* Variable, dimension and attribute names must begin with a letter and +* Variable, dimension and attribute names should begin with a letter and be composed of letters, digits, and underscores. *Recommendations:* From c3fa6fd5ac220a707250b7523bfbd6c1cdb103d6 Mon Sep 17 00:00:00 2001 From: davidhassell Date: Mon, 13 Jan 2020 16:39:20 +0000 Subject: [PATCH 2/2] Move to Requirements --- conformance.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conformance.adoc b/conformance.adoc index 8103b15e..a7c18cdf 100644 --- a/conformance.adoc +++ b/conformance.adoc @@ -36,13 +36,11 @@ material required for completeness or clarity. [[naming-conventions]] === 2.3 Naming Conventions -*Requirements:* +*Recommendations:* * Variable, dimension and attribute names should begin with a letter and be composed of letters, digits, and underscores. -*Recommendations:* - * No two variable names should be identical when case is ignored. [[section-2]]