Skip to content

Commit 5c5033a

Browse files
committed
PRMerger fix
1 parent b64d335 commit 5c5033a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/csharp/tutorial-console-part-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,9 @@ The Visual Studio debugger is a powerful tool that allows you to run your code s
353353

354354
## Debug: view variables
355355

356-
1. In the highlighted code, hover over variables such as `cleanNum1` and `op`. You see the current values for these variables (`8` and `d`, respectively), which appear in Datatips.
356+
1. In the highlighted code, hover over variables such as `cleanNum1` and `op`. You see the current values for these variables (`8` and `d`, respectively), which appear in DataTips.
357357

358-
![Screenshot of viewing a datatip](media/vs-2019/calculator2-debug-view-datatip.png)
358+
![Screenshot of viewing a DataTip](media/vs-2019/calculator2-debug-view-datatip.png)
359359

360360
When debugging, checking to see whether variables hold the values you expect them to hold is often critical to fixing issues.
361361

0 commit comments

Comments
 (0)