Skip to content

Commit 6a44452

Browse files
authored
Merge pull request #5672 from MicrosoftDocs/main
9/30/2024 AM Publish
2 parents 4c3282a + 0ff3b19 commit 6a44452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/preprocessor/hash-using-directive-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public:
8484
};
8585
```
8686

87-
In the following sample, there's the compiler doesn't report an error about referencing *using_assembly_A.dll*, because the program doesn't use any of the types defined in *using_assembly_A.cpp*.
87+
In the following sample, the compiler doesn't report an error about referencing *using_assembly_A.dll*, because the program doesn't use any of the types defined in *using_assembly_A.cpp*.
8888

8989
```cpp
9090
// using_assembly_C.cpp

0 commit comments

Comments
 (0)