diff --git a/language-reference-manual/lrm.trlc b/language-reference-manual/lrm.trlc index 9cc1812..6d7d077 100644 --- a/language-reference-manual/lrm.trlc +++ b/language-reference-manual/lrm.trlc @@ -2,7 +2,7 @@ package LRM Versioning Version { major = 3 - minor = 0 + minor = 1 } GFDL_License License { @@ -1780,7 +1780,7 @@ section "Record object declarations" { after the last value is parsed.''' } - /*Name_Resolution Sufficiently_Distinct { + Name_Resolution Sufficiently_Distinct { text = '''When declaring record objects there are wider rules that indicate name clashes. Specifically a record may not be declared if its "simplified name" @@ -1800,7 +1800,7 @@ section "Record object declarations" { Note Simplified_Name_Rationale { text = '''The purpose of this rule is to avoid requirements that have hard to distinguish names.''' - }*/ + } Recommendation Record_Object_API { text = '''When exposing record instances through the API, it is