Skip to content

Commit

Permalink
文言がおかしかったのを修正した
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryoga Saito committed Dec 2, 2023
1 parent 2f51b16 commit e815a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/commands/redeploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enum RedeployCommandError<'a> {
#[error("問題コード `{0}` に対応する問題はありません。問題コードを再度お確かめください。")]
InvalidProblemCodeError(&'a str),

#[error("問題 `{0}` 再展開は実行中です。再展開が完了してから再度お試しください。")]
#[error("問題 `{0}` の再展開は実行中です。再展開が完了してから再度お試しください。")]
AnotherJobInQueue(String),

// /redeployコマンドの使用者のチームが解決できない時に発生するエラー
Expand Down

0 comments on commit e815a28

Please sign in to comment.