Skip to content

Commit 169c2b6

Browse files
author
Colin Robertson
authored
Merge pull request #1536 from MrSimsek/patch-2
Remove the dot
2 parents 4a8abc9 + a519915 commit 169c2b6

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)