Skip to content

Commit f554bc9

Browse files
author
Colin Robertson
authored
Fix typo
1 parent 4fb8714 commit f554bc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/data/oledb/implementing-a-simple-consumer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following topics show how to edit the files created by the **MFC Application
3535
```cpp
3636
// MyCons.cpp : Defines the entry point for the console application.
3737
//
38-
#include "pch.h" // *stdafx.h* in Visual Studio 2017 and earlier
38+
#include "pch.h" // "stdafx.h" in Visual Studio 2017 and earlier
3939
#include "Products.h"
4040
...
4141
int main(int argc, char* argv[])

0 commit comments

Comments
 (0)