Skip to content

Commit 31e95d1

Browse files
authored
Update marshalling-different-types-of-arrays.md (#33917)
Fixed a typo
1 parent 052c015 commit 31e95d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/interop/marshalling-different-types-of-arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.assetid: c5ac9920-5b6e-4dc9-bf2d-1f6f8ad3b0bf
1212
---
1313
# Marshalling Different Types of Arrays
1414

15-
An array is a reference type in managed code that contains one or more elements of the same type. Although arrays are reference types, they are passed as In parameters to unmanaged functions. This behavior is inconsistent with way managed arrays are passed to managed objects, which is as In/Out parameters. For additional details, see [Copying and Pinning](copying-and-pinning.md).
15+
An array is a reference type in managed code that contains one or more elements of the same type. Although arrays are reference types, they are passed as In parameters to unmanaged functions. This behavior is inconsistent with the way managed arrays are passed to managed objects, which is as In/Out parameters. For additional details, see [Copying and Pinning](copying-and-pinning.md).
1616

1717
The following table lists marshalling options for arrays and describes their usage.
1818

0 commit comments

Comments
 (0)