Skip to content

Commit

Permalink
missing comma in typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
William Chou committed Dec 5, 2016
1 parent 0ec4061 commit ee5d727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-bind/0.1/bind-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let BindingDef;

/**
* @typedef {{
* result: BindExpressionResult
* result: BindExpressionResult,
* verifyOnly: boolean
* }}
*/
Expand Down

0 comments on commit ee5d727

Please sign in to comment.