Skip to content

Commit

Permalink
Tentatively remove 'protected' from grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed May 3, 2022
1 parent 58b11c1 commit 4055ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RationaleMCP/0031/grammar.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ end _F;
> _composition_\
>   (_generic-element_ **;**)* \
>   ( **public** (_generic-element_ **;**)* \
>   | **protected** (_generic-element_ **;**)* \
>   ~~| **protected** (_generic-element_ **;**)*~~ \
>   | **equation** ( _equation_ **;** )* \
>   | **initial** **equation** ( _initial-equation_ **;** )* \
>   | **initial**? **algorithm** ( _statement_ **;** )* \
Expand Down

0 comments on commit 4055ad3

Please sign in to comment.