Skip to content

Commit 2ff0660

Browse files
committed
👍 JSDocのstyleを直した
1 parent 56b5576 commit 2ff0660

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

base.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ export interface Page {
1818
image: string | null;
1919
/** the thumbnail text of a page.
2020
* the maximum number of lines is 5.
21-
*/ descriptions: string[];
21+
*/
22+
descriptions: string[];
2223
/** ページの最終更新日時 */ updated: number;
2324
/** Date last visitedに使われる最終アクセス日時 */ accessed: number;
2425
}
@@ -36,6 +37,7 @@ export type ProjectId = string;
3637
/** the formatted string
3738
*
3839
* format rule:
40+
*
3941
* - UPPER CASE -> upper_case
4042
*/
4143
export type StringLc = string;

0 commit comments

Comments
 (0)