Skip to content

Commit dd897f9

Browse files
TylerMSFTTylerMSFT
authored andcommitted
typo
1 parent b6cb5c3 commit dd897f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/ide/add-interface-definition-library-method-wizard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ms.custom: devdivchpfy22
1111

1212
The **Add IDL Method** wizard adds a method to an Interface Definition Library (IDL) interface, such as in an ATL project that contains an IDL file. This wizard isn't available in projects that support MFC.
1313

14-
This wizard differs from the [**Add method**](adding-a-method-visual-cpp.md) wizard and the [**Add IDL MFC method**](../mfc/reference/add-idl-mfc-method-wizard.md) wizard:
15-
- The **Add method** wizard adds a method to an interface in our project and updates the class associated with the interface.
14+
This wizard differs from the [**Add method**](adding-a-method-visual-cpp.md) wizard and the [**Add IDL MFC method**](../mfc/reference/add-idl-mfc-method-wizard.md) wizard in the following ways:
15+
- The **Add method** wizard adds a method to an interface in your project and can update the class associated with the interface.
1616
- The **Add IDL MFC method** wizard is specific to MFC, ActiveX, or ATL projects that support MFC.
1717

1818
## Add a method to your interface
@@ -58,7 +58,7 @@ The following section describes the wizard interface that you'll use to add a me
5858

5959
- **+**
6060

61-
Add a parameter. In **Parameters**, type the parameter type, name, and any modifiers. For example, `[in] int x`, and choose **OK**.
61+
Add a parameter. In **Parameters**, type the parameter type, name, and any modifiers. For example, `[in] int i`, and choose **OK**.
6262

6363
- **x**
6464

0 commit comments

Comments
 (0)