Fix 'the the' error
This commit is contained in:
parent
59c5afdf4a
commit
c61ac6d3cd
|
@ -76,7 +76,7 @@ contrast to the classic OOP requirement of behavior being strictly
|
||||||
encapsulated within an object, examples being rule or pattern-match
|
encapsulated within an object, examples being rule or pattern-match
|
||||||
driven logic.
|
driven logic.
|
||||||
|
|
||||||
On the the other hand, one of the criticisms of inspection by classic
|
On the other hand, one of the criticisms of inspection by classic
|
||||||
OOP theorists is the lack of formalisms and the ad hoc nature of what
|
OOP theorists is the lack of formalisms and the ad hoc nature of what
|
||||||
is being inspected. In a language such as Python, in which almost any
|
is being inspected. In a language such as Python, in which almost any
|
||||||
aspect of an object can be reflected and directly accessed by external
|
aspect of an object can be reflected and directly accessed by external
|
||||||
|
|
Loading…
Reference in New Issue