Skip to content

Commit 76cd24e

Browse files
committed
Merge remote-tracking branch 'origin/patch-37' into combined-pr
2 parents 6f76d1b + 5892cc3 commit 76cd24e

File tree

1 file changed

+1
-1
lines changed
  • translations/ja/04-Using-GitHub-Copilot-with-CSharp

1 file changed

+1
-1
lines changed

translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ At this point, GitHub Copilot will suggest a new class. You need to first press
113113

114114
A new class `ProgramTests.cs` was created and added to the project. This tests are using XUnit, however, you can ask to generate tests using another Unit Test library with a command like this one `/tests use MSTests for unit testing`.
115115

116-
***Important:** We are not going to use the test file in this project. You must delete the generated test file to continue.*
116+
***重要:** このプロジェクトではテストファイルは使用しません。続行するには、生成されたテストファイルを削除する必要があります。*
117117

118118
最後に、`/doc` を使ってコードのドキュメントを自動生成しましょう。39行目から42行目までを選択し、`CTRL + I` を押してインラインチャットを開き、`/doc` と入力(またはコマンドを選択)して、このレコードのドキュメントを生成します。
119119

0 commit comments

Comments
 (0)