Skip to content

Commit

Permalink
エンジン情報の取得に関するコメントを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Nov 6, 2024
1 parent bacf688 commit c0219f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/electron/manager/engineInfoManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class EngineInfoManager {
}

/**
* VVPPエンジン情報の一覧を取得する
* VVPPエンジンの情報を取得する
*/
private fetchVvppEngineInfos(): EngineInfo[] {
const engineInfos: EngineInfo[] = [];
Expand All @@ -123,7 +123,7 @@ export class EngineInfoManager {
}

/**
* 設定で登録したエンジン情報を取得する
* 設定で登録したエンジンの情報を取得する
*/
private fetchRegisteredEngineInfos(): EngineInfo[] {
const configManager = getConfigManager();
Expand Down

0 comments on commit c0219f2

Please sign in to comment.