Skip to content

Commit bb672db

Browse files
nschonniColin Robertson
authored andcommitted
typo: foward -> forward (MicrosoftDocs#507)
1 parent 8c2de32 commit bb672db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/reference/crecordset-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ The following table lists the possible values for *wFetchType*, the rowset that
11921192
|SQL_FETCH_BOOKMARK|The rowset starting at the row whose bookmark value corresponds to *nRows*.|[SetBookmark](#setbookmark)|
11931193

11941194
> [!NOTE]
1195-
> For foward-only recordsets, `Move` is only valid with a value of SQL_FETCH_NEXT for *wFetchType*.
1195+
> For forward-only recordsets, `Move` is only valid with a value of SQL_FETCH_NEXT for *wFetchType*.
11961196
11971197
> [!CAUTION]
11981198
> Calling `Move` throws an exception if the recordset has no records. To determine whether the recordset has any records, call [IsBOF](#isbof) and [IsEOF](#iseof).

0 commit comments

Comments
 (0)