Skip to content

Commit 7e575c4

Browse files
authored
Update concept.md
1 parent 1aff8fa commit 7e575c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/technical/concept.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,14 @@ In standard UI5 behavior, updating the XML View typically triggers a full re-ren
186186
Consider this example:
187187

188188
```abap
189-
CLASS z2ui5_cl_demo_app_025 DEFINITION PUBLIC CREATE PUBLIC.
189+
CLASS z2ui5_cl_app_partial_rendering DEFINITION PUBLIC CREATE PUBLIC.
190190
PUBLIC SECTION.
191191
INTERFACES z2ui5_if_app.
192192
DATA text TYPE string.
193193
DATA partly TYPE abap_bool.
194194
ENDCLASS.
195195
196-
CLASS z2ui5_cl_demo_app_025 IMPLEMENTATION.
196+
CLASS z2ui5_cl_app_partial_rendering IMPLEMENTATION.
197197
METHOD z2ui5_if_app~main.
198198
199199
text = text && ` text`.

0 commit comments

Comments
 (0)