Skip to content

Commit 8912726

Browse files
committed
Remove restriction and constraint keywords
1 parent 06c1d98 commit 8912726

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/authoring.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ When assigning rules to new paragraphs, or when modifying rule names, use the fo
8787
4. The following keywords should be used to identify paragraphs when unambiguous:
8888
* `intro`: The beginning paragraph of each section - should explain the construct being defined overall.
8989
* `syntax`: Syntax definitions or explanations when BNF syntax definitions are not used
90-
* `restriction`: Syntactic (parsing) requirements on the construct
91-
* `constraint`: Semantic (type checking) requirements on the construct
9290
* `safety` (instead of restriction): Stating that an operation is `unsafe` or the conditions under which it is `unsafe`
9391
* `behavior`: Runtime effects of evaluating the construct in a well-defined manner
9492
* `panics`: Conditions under which evaluating the construct causes a runtime panic

0 commit comments

Comments
 (0)