Add punctuation to make a sentence more readable.
This commit is contained in:
parent
b13c8f158a
commit
5b41d2de63
@ -53,8 +53,8 @@
|
||||
The kernel object system implements an object-oriented programming
|
||||
system in the FreeBSD kernel.
|
||||
The system is based around the concepts of interfaces, which are
|
||||
descriptions of sets of methods, classes which are lists of functions
|
||||
implementing certain methods from those interfaces and objects
|
||||
descriptions of sets of methods; classes, which are lists of functions
|
||||
implementing certain methods from those interfaces; and objects,
|
||||
which combine a class with a structure in memory.
|
||||
.Pp
|
||||
Methods are called using a dynamic method dispatching algorithm which
|
||||
|
Loading…
x
Reference in New Issue
Block a user