Skip to content

Commit 2335520

Browse files
committed
fix jsdoc
1 parent 70eddc5 commit 2335520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core-js-builder/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ type SummaryEntry = boolean | {
88
};
99

1010
type Summary = {
11-
/** in the console, you could specify required parts or set `true` for enable all of them */
12-
comment?: SummaryEntry,
1311
/** in the comment, you could specify required parts or set `true` for enable all of them */
12+
comment?: SummaryEntry,
13+
/** in the console, you could specify required parts or set `true` for enable all of them */
1414
console?: SummaryEntry,
1515
};
1616

0 commit comments

Comments
 (0)