Skip to content

Commit 4c8018e

Browse files
Update README.md
1 parent e9671db commit 4c8018e

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. アプリケーションは今後5日間の天気のサンプル値を生成しているはずです。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. アプリケーションは今後5日間の天気のサンプル値を生成しているはずです。The variable `forecast` has an array containing these values.
7979

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

0 commit comments

Comments
 (0)