Fix a minor grammar problem.

This commit is contained in:
Brett Cannon 2007-09-05 00:26:10 +00:00
parent e8514b11c0
commit 5354252bab
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,8 @@ Proposal Overview
Specification
=============
While the new specification allows for complicated memory sharing.
Simple contiguous buffers of bytes can still be obtained from an
While the new specification allows for complicated memory sharing,
simple contiguous buffers of bytes can still be obtained from an
object. In fact, the new protocol allows a standard mechanism for
doing this even if the original object is not represented as a
contiguous chunk of memory.