Skip to content

Commit 82a2f5a

Browse files
authored
fix syntax (#478)
1 parent 5cce8fa commit 82a2f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z2ui5_cl_demo_app_321.clas.abap

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CLASS z2ui5_cl_demo_app_321 IMPLEMENTATION.
3434
)->stringify( ) ).
3535
ENDIF.
3636

37-
CASE client->get( )-event.´
37+
CASE client->get( )-event.
3838
WHEN `BUTTON_POST`.
3939
client->message_toast_display( `data updated` ).
4040
"this is where the magic happens...

0 commit comments

Comments
 (0)