mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
Add punctuation to make a sentence more readable.
This commit is contained in:
parent
a1dc0577ea
commit
5d5e482682
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59626
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user