Skip to content

Commit db2710b

Browse files
authored
Fix grammar (#47508)
1 parent f58a763 commit db2710b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard/native-interop/type-marshalling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you apply the [`System.Runtime.CompilerServices.DisableRuntimeMarshallingAttr
2626

2727
Generally, the runtime tries to do the "right thing" when marshalling to require the least amount of work from you. The following tables describe how each type is marshalled by default when used in a parameter or field. The C99/C++11 fixed-width integer and character types are used to ensure that the following table is correct for all platforms. You can use any native type that has the same alignment and size requirements as these types.
2828

29-
This first table describes the mappings for various types for whom the marshalling is the same for both P/Invoke and field marshalling.
29+
This first table describes the mappings for types for which the marshalling is the same for both P/Invoke and field marshalling.
3030

3131
| C# keyword | .NET Type | Native Type |
3232
|-------------|------------------|-------------------------|

0 commit comments

Comments
 (0)