Skip to content

Commit b774711

Browse files
committed
wording update
1 parent 695ea88 commit b774711

7 files changed

+7
-7
lines changed

docs/cpp/equality-operators-equal-equal-and-exclpt-equal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ helpviewer_keywords: ["!= operator", "equality operator", "not equal to operator
1515
## Remarks
1616

1717
The equal-to operator (**`==`**) returns **`true`** if both operands have the same value; otherwise **`false`**.\
18-
The not-equal-to operator (**`!=`**) returns **`true`** if the operands don't have the same value; otherwise **`false`**.\
18+
The not-equal-to operator (**`!=`**) returns **`true`** if the operands don't have the same value; otherwise **`false`**.
1919

2020
In C and C++, **`not_eq`** can be used as alternative to **`!=`**. For more information, see [`not-eq`](../c-runtime-library/reference/not-eq.md).
2121

docs/mfc/reference/cdaodatabase-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ helpviewer_keywords: ["CDaoDatabase [MFC], CDaoDatabase", "CDaoDatabase [MFC], C
1010
Represents a connection to an Access database using Data Access Objects (DAO).
1111

1212
> [!NOTE]
13-
> Data Access Object (DAO) is supported through Office 2013. DAO 3.6 is the final version, and it's considered obsolete.
13+
> Data Access Object (DAO) is supported through Office 2013. DAO 3.6 is the final version, and is obsolete.
1414
1515
## Syntax
1616

docs/mfc/reference/cdaoexception-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ helpviewer_keywords: ["CDaoException [MFC], CDaoException", "CDaoException [MFC]
1010
Represents an exception condition arising from the MFC database classes based on data access objects (DAO).
1111

1212
> [!NOTE]
13-
> Data Access Object (DAO) is supported through Office 2013. DAO 3.6 is the final version, and it's considered obsolete.
13+
> Data Access Object (DAO) is supported through Office 2013. DAO 3.6 is the final version, and is obsolete.
1414
1515
## Syntax
1616

docs/mfc/reference/cdaoparameterinfo-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ helpviewer_keywords: ["CDaoParameterInfo structure [MFC]", "DAO (Data Access Obj
1010
The `CDaoParameterInfo` structure contains information about a parameter object defined for data access objects (DAO).
1111

1212
> [!NOTE]
13-
> Data Access Object (DAO) is supported through Office 2013. DAO 3.6 is the final version, and it's considered obsolete.
13+
> Data Access Object (DAO) is supported through Office 2013. DAO 3.6 is the final version, and is obsolete.
1414
1515
## Syntax
1616

docs/mfc/reference/cdaoquerydef-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ helpviewer_keywords: ["CDaoQueryDef [MFC], CDaoQueryDef", "CDaoQueryDef [MFC], A
1010
Represents a query definition, or "querydef," usually one saved in a database.
1111

1212
> [!NOTE]
13-
> Data Access Object (DAO) is supported through Office 2013. DAO 3.6 is the final version, and it's considered obsolete.
13+
> Data Access Object (DAO) is supported through Office 2013. DAO 3.6 is the final version, and is obsolete.
1414
1515
## Syntax
1616

docs/mfc/reference/cdaoquerydefinfo-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ helpviewer_keywords: ["DAO (Data Access Objects), QueryDefs collection", "CDaoQu
1010
The `CDaoQueryDefInfo` structure contains information about a querydef object defined for data access objects (DAO).
1111

1212
> [!NOTE]
13-
> Data Access Object (DAO) is supported through Office 2013. DAO 3.6 is the final version, and it's considered obsolete.
13+
> Data Access Object (DAO) is supported through Office 2013. DAO 3.6 is the final version, and is obsolete.
1414
1515
## Syntax
1616

docs/mfc/reference/cdaorecordset-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ helpviewer_keywords: ["CDaoRecordset [MFC], CDaoRecordset", "CDaoRecordset [MFC]
1010
Represents a set of records selected from a data source.
1111

1212
> [!NOTE]
13-
> Data Access Object (DAO) is supported through Office 2013. DAO 3.6 is the final version, and it's considered obsolete.
13+
> Data Access Object (DAO) is supported through Office 2013. DAO 3.6 is the final version, and is obsolete.
1414
1515

1616
## Syntax

0 commit comments

Comments
 (0)