Skip to content

Commit 2ea51e5

Browse files
author
Colin Robertson
authored
Update using-cpp-interop-implicit-pinvoke.md
1 parent 3b67fbc commit 2ea51e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dotnet/using-cpp-interop-implicit-pinvoke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Explicit PInvoke is supported by the .NET Framework and is available in most .NE
2020

2121
## C++ Interop
2222

23-
C++ Interop provides better type safety and it is typically less tedious to implement. However, C++ Interop is not an option if the unmanaged source code is not available or for cross-platform projects.
23+
C++ Interop provides better type safety, and it is typically less tedious to implement. However, C++ Interop is not an option if the unmanaged source code is not available, or for cross-platform projects.
2424

2525
## C++ COM Interop
2626

0 commit comments

Comments
 (0)