Skip to content

Commit 2ea792c

Browse files
authored
Fixed some fileoverview comments. (#207)
1 parent 439b886 commit 2ea792c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/blocks/mrc_list_add_item.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/**
19-
* @fileoverview Miscellaneous blocks.
19+
* @fileoverview Block to add an item to the end of a list.
2020
* @author [email protected] (Liz Looney)
2121
*/
2222

src/blocks/mrc_math_min_max.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/**
19-
* @fileoverview Miscellaneous blocks.
19+
* @fileoverview Blocks for math min and max.
2020
* @author [email protected] (Liz Looney)
2121
*/
2222

src/blocks/mrc_misc_comment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/**
19-
* @fileoverview Miscellaneous blocks.
19+
* @fileoverview Block for a comment.
2020
* @author [email protected] (Liz Looney)
2121
*/
2222

src/blocks/mrc_misc_evaluate_but_ignore_result.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/**
19-
* @fileoverview Miscellaneous blocks.
19+
* @fileoverview Blocks for evaluating something, but ignoring the result.
2020
* @author [email protected] (Liz Looney)
2121
*/
2222

0 commit comments

Comments
 (0)