Fixed typo in docs

This commit is contained in:
Audun Wilhelmsen
2014-03-21 18:10:27 +01:00
parent 1b423139e6
commit 2a182f55ae

View File

@@ -5393,7 +5393,7 @@ should scan unions conservatively.
Packed pragma
-------------
The `packed`:idx: pragma can be applied to any ``object`` type. It ensures
that the fields of an object is packed back-to-back in memory. It is useful
that the fields of an object are packed back-to-back in memory. It is useful
to store packets or messages from/to network or hardware drivers, and for
interoperability with C. Combining packed pragma with inheritance is not
defined, and it should not be used with GC'ed memory (ref's).