Skip to content

Commit 79b2f74

Browse files
authored
Merge pull request #2295 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents 497c66c + 169c2b6 commit 79b2f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/walkthrough-testing-a-project-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this walkthrough, you watch the value of a variable as the program runs and d
2222

2323
1. Select this line of code:
2424

25-
`Cardgame.solitaire(1);`
25+
`Cardgame solitaire(1);`
2626

2727
1. To set a breakpoint on that line, on the menu bar, choose **Debug** > **Toggle Breakpoint**, or choose the **F9** key. A red circle appears to the left of the line; it indicates that a breakpoint is set. To remove a breakpoint, you can choose the menu command or the **F9** key again.
2828

0 commit comments

Comments
 (0)