Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/blocks/mrc_list_add_item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* @fileoverview Miscellaneous blocks.
* @fileoverview Block to add an item to the end of a list.
* @author [email protected] (Liz Looney)
*/

Expand Down
2 changes: 1 addition & 1 deletion src/blocks/mrc_math_min_max.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* @fileoverview Miscellaneous blocks.
* @fileoverview Blocks for math min and max.
* @author [email protected] (Liz Looney)
*/

Expand Down
2 changes: 1 addition & 1 deletion src/blocks/mrc_misc_comment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* @fileoverview Miscellaneous blocks.
* @fileoverview Block for a comment.
* @author [email protected] (Liz Looney)
*/

Expand Down
2 changes: 1 addition & 1 deletion src/blocks/mrc_misc_evaluate_but_ignore_result.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

/**
* @fileoverview Miscellaneous blocks.
* @fileoverview Blocks for evaluating something, but ignoring the result.
* @author [email protected] (Liz Looney)
*/

Expand Down