Skip to content

Commit 8f151da

Browse files
committed
Merge remote-tracking branch 'origin/patch-27' into combined-pr
2 parents f24ba11 + 84d15b1 commit 8f151da

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
@@ -75,7 +75,7 @@ Add a breakpoint in line 24 (press F9) and refresh the browser with the Url to t
7575

7676
![debug the running application.](../../../04-Using-GitHub-Copilot-with-CSharp/images/009DebugBackEndDemo.png)
7777

78-
Pressing F10 we can debug step-by-step until line 32, where we can see the generated values. The application should have been generated samples Weather values for the next 5 days. The variable `forecast` has an array containing these values.
78+
Pressing F10 we can debug step-by-step until line 32, where we can see the generated values. The application should have been generated samples Weather values for the next 5 days. 変数 `forecast` には、これらの値を含む配列が格納されています。
7979

8080
![debug the running application.](../../../04-Using-GitHub-Copilot-with-CSharp/images/010DebugForecastValue.png)
8181

0 commit comments

Comments
 (0)