Add punctuation to make a sentence more readable.

This commit is contained in:
Garrett Wollman 2000-04-25 16:40:57 +00:00
parent a1dc0577ea
commit 5d5e482682
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59626

View File

@ -53,8 +53,8 @@
The kernel object system implements an object-oriented programming The kernel object system implements an object-oriented programming
system in the FreeBSD kernel. system in the FreeBSD kernel.
The system is based around the concepts of interfaces, which are The system is based around the concepts of interfaces, which are
descriptions of sets of methods, classes which are lists of functions descriptions of sets of methods; classes, which are lists of functions
implementing certain methods from those interfaces and objects implementing certain methods from those interfaces; and objects,
which combine a class with a structure in memory. which combine a class with a structure in memory.
.Pp .Pp
Methods are called using a dynamic method dispatching algorithm which Methods are called using a dynamic method dispatching algorithm which