Skip to content

Commit 0eb885f

Browse files
nschonniColin Robertson
authored andcommitted
typo: Double word "function" (MicrosoftDocs#501)
1 parent 13c3edf commit 0eb885f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/refactoring/extract-function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ ms.workload: ["cplusplus"]
3434

3535
1. In the **Extract Function/Method (Experimental)** window, enter the new function name, select where you want the code to be placed, and click the **OK** button.
3636

37-
![Extract function function](images/extractfunction_dialog.png)
37+
![Extract function dialog](images/extractfunction_dialog.png)
3838

3939
1. The new function will be created where you specified, a function prototype in the corresponding header file, and the original code will be changed to call that function.
4040

41-
![Extract function result](images/extractfunction_result.png)
41+
![Extract function result](images/extractfunction_result.png)

0 commit comments

Comments
 (0)