Grammar improvements.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1700 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-09-04 15:53:02 +00:00
parent 01fd1ec09d
commit 00dbf94cfe

View file

@ -729,11 +729,11 @@ can be opened on a Mach port, where available. Using the generalized
underlying mechanism, it is straightforward to also implement the
standard @i{FILE*} opened on a UNIX file descriptor.
For example, the GNUstep NSArray class is implemented in much the same
way. GNUstep has a generalized collection class hierarchy with a deep
structure that provides common super classes in which a programmer can
add new functionality across all collection classes at once. It also
provides a simple powerful way to ensure uniformity of method names and
The GNUstep NSArray class, (for example), is implemented in much the
same way. GNUstep has a generalized collection class hierarchy with a
deep structure that provides common super classes in which a programmer
can add new functionality across all collection classes at once. It
also simply and powerfully ensures uniformity of method names and
semantics across all collection class methods. It also provides more
efficient code sharing between classes. The @i{Array} class is part of
the GNUstep collection classes hierarchy; implementing @i{NSArray} in