Skip to content

Commit 90cc813

Browse files
authored
Update about.md
1 parent 606c573 commit 90cc813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get_started/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ outline: [2, 6]
88
abap2UI5 is an open-source framework that brings back the simplicity of classic ABAP development to modern UI5 applications. Just as Selection Screens and ALVs could generate functional UIs with minimal code, abap2UI5 lets you create web applications with just a few lines of ABAP.
99

1010
```abap
11-
CLASS my_app DEFINITION PUBLIC.
11+
CLASS zcl_my_app DEFINITION PUBLIC.
1212
PUBLIC SECTION.
1313
INTERFACES z2ui5_if_app.
1414
ENDCLASS.
1515
16-
CLASS my_app IMPLEMENTATION.
16+
CLASS zcl_my_app IMPLEMENTATION.
1717
METHOD z2ui5_if_app~main.
1818
client->message_box_display( |Hello World| ).
1919
ENDMETHOD.

0 commit comments

Comments
 (0)