Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit b2625cf

Browse files
committed
Clarify again
1 parent 7a47f4d commit b2625cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Due to the nature of the WDB5 format, arrays do not *always* need an explicit si
6666

6767
However, the library has difficulty to determine the size of arrays at the end of the record, because every record in a WDB5 file is aligned to the size of its largest field. You **will** need to decorate your array with `MarshalAsAttribute` most of the time, but if all the fields in that file are of the same size, the attribute will be ignored.
6868

69-
To put it simply, decorating an array with `MarshaAsAttribute` is necessary if your structure ends with an array.
69+
To put it simply, decorating an array with `MarshalAsAttribute` is necessary if your structure ends with that array.
7070

7171
```c#
7272
public sealed class AreaTableEntry

0 commit comments

Comments
 (0)