We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13995fc commit 1e83f07Copy full SHA for 1e83f07
README.md
@@ -3,7 +3,7 @@
3
This library provides functionality missing from .NET Core via system calls,
4
that are called from from the `CorePsPlatform.cs` file of PowerShell. The
5
method to do this is a Platform Invoke, which is C#'s Foreign Function
6
-Interface to C code (and C++ by way of `extern C`).
+Interface to C code (and C++ by way of `extern C`).
7
8
## Build
9
0 commit comments