Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfish-shogi committed Aug 16, 2024
1 parent 4a19da0 commit 8150aec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,11 +313,11 @@ class NodeImpl implements Node {
}

export type USIFormatOptions = {
// 平手の場合に "startpos" を使用するかを指定します。デフォルトは true です。
/** 平手の場合に "startpos" を使用するかを指定します。デフォルトは true です。 */
startpos?: boolean;
// 投了 "resign" を出力に含めるかどうかを表します。デフォルトは false です。
/** 投了 "resign" を出力に含めるかどうかを表します。デフォルトは false です。 */
resign?: boolean;
// 全ての指し手を含めるかどうかを指定します。デフォルトは false です。
/** 全ての指し手を含めるかどうかを指定します。デフォルトは false です。 */
allMoves?: boolean;
};

Expand Down

0 comments on commit 8150aec

Please sign in to comment.