Skip to content

Commit 3a3dc4e

Browse files
authored
hash-using-directive-cpp.md: remove extraneous word (#5103)
This occurrence of "there's" seems to be a typo.
1 parent 8bcea89 commit 3a3dc4e

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)