Skip to content

Commit

Permalink
doc: update mutation orchestration Design.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dupdob committed Nov 22, 2024
1 parent bfec606 commit c3017ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/technical-reference/Mutation Orchestration Design.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,7 @@ This class is used for several constructs:
- `AttributeListSyntax`: Attributes must be defined at compile time.
- `ParameterListSyntax`: Parameters and default values must be known at compile time.
- `EnumMemberSyntax`: Enumeration value must be known at compile time
- `RecursivePatternSyntax`: Pattern syntax must be known at compile time.
- `UsingDirectiveSyntax`: using directives are fixed and critical for compilation
- `UsingDirectiveSyntax`: using directives are fixed and critical for compilation
- `FieldDeclarationSyntax` (only const fields): cannot modify const fields at run time.
- `LocalDeclarationStatementSyntax` (only const): cannot modify constants at run time.

Expand Down

0 comments on commit c3017ec

Please sign in to comment.