Skip to content

Commit

Permalink
Update jsdoc comment for classes
Browse files Browse the repository at this point in the history
  • Loading branch information
kozbial committed Aug 6, 2021
1 parent bd3a212 commit 61aca92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/events/events_block_change.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/**
* @fileoverview Classes for all types of block events.
* @fileoverview Class for a block change event.
* @author fenichel@google.com (Rachel Fenichel)
*/
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion core/events/events_block_create.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/**
* @fileoverview Classes for all types of block events.
* @fileoverview Class for a block creation event.
* @author fenichel@google.com (Rachel Fenichel)
*/
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion core/events/events_block_delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/**
* @fileoverview Classes for all types of block events.
* @fileoverview Class for a block delete event.
* @author fenichel@google.com (Rachel Fenichel)
*/
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion core/events/events_block_move.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/**
* @fileoverview Classes for a block move event.
* @fileoverview Class for a block move event.
* @author fenichel@google.com (Rachel Fenichel)
*/
'use strict';
Expand Down

0 comments on commit 61aca92

Please sign in to comment.