Skip to content

Commit 15a10e3

Browse files
author
Colin Robertson
authored
Update platform-array-class.md
The backslash isn't needed in inline code.
1 parent 88dec4f commit 15a10e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cppcx/platform-array-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ See [Platform::WriteOnlyArray Class](../cppcx/platform-writeonlyarray-class.md).
4343
4444
The Array class is sealed and cannot be inherited.
4545
46-
The Windows Runtime type system does not support the concept of jagged arrays and therefore you cannot pass an `IVector<Platform::Array\<T>>` as a return value or method parameter. To pass a jagged array or a sequence of sequences across the ABI, use `IVector<IVector<T>^>`.
46+
The Windows Runtime type system does not support the concept of jagged arrays and therefore you cannot pass an `IVector<Platform::Array<T>>` as a return value or method parameter. To pass a jagged array or a sequence of sequences across the ABI, use `IVector<IVector<T>^>`.
4747
4848
For more information about when and how to use Platform::Array, see [Array and WriteOnlyArray](../cppcx/array-and-writeonlyarray-c-cx.md).
4949

0 commit comments

Comments
 (0)