Skip to content

Commit

Permalink
Merge pull request #47 from arai-a/spec-draft-optional-boolean
Browse files Browse the repository at this point in the history
Remove unnecessary optional from boolean
  • Loading branch information
syg authored Jun 27, 2018
2 parents c1a158a + 168a91f commit f2bbb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,8 @@ <h1>Tree Grammar</h1>
};

interface FunctionExpressionContents : Node {
attribute boolean? isFunctionNameCaptured;
attribute boolean? isThisCaptured;
attribute boolean isFunctionNameCaptured;
attribute boolean isThisCaptured;
attribute AssertedParameterScope parameterScope;
attribute FormalParameters params;
attribute AssertedVarScope bodyScope;
Expand Down

0 comments on commit f2bbb2a

Please sign in to comment.