Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
steve02081504 committed Jan 8, 2024
1 parent 1fc8b38 commit 0d979f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/.decls/cn/types/list_info_t.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ declare class list_info_t extends base_sstp_info_t<number, string> {
* 数组成员
* @type {string|undefined}
*/
[uuid: number]: string | undefined;
[key: number]: string | undefined;
}

export {
Expand Down
2 changes: 1 addition & 1 deletion src/.decls/en/types/list_info_t.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ declare class list_info_t extends base_sstp_info_t<number, string> {
* Array member
* @type {string|undefined}
*/
[uuid: number]: string | undefined;
[key: number]: string | undefined;
}

export {
Expand Down
2 changes: 1 addition & 1 deletion src/.decls/jp/types/list_info_t.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ declare class list_info_t extends base_sstp_info_t<number, string> {
* 配列メンバ
* @type {string|undefined}
*/
[uuid: number]: string | undefined;
[key: number]: string | undefined;
}

export {
Expand Down

0 comments on commit 0d979f7

Please sign in to comment.