Correct typo in OO example

This commit is contained in:
Daniel Reger
2022-12-05 13:20:52 +01:00
parent f376e8ffe0
commit 0655e80884

View File

@@ -5,7 +5,7 @@
* -------------------------- PURPOSE ----------------------------------
* - Example to demonstrate various syntactical options and concepts related
* to ABAP object orientation.
* - Topics covered: "orking with objects and components, method redefinition
* - Topics covered: Working with objects and components, method redefinition
* in inheritance, working with interfaces, upcast and downcast, concepts
* like factory methods, singleton and abstract classes, using events.
* - The CCIMP include (local types tab in ADT) includes multiple local