Skip to content

Commit c971b0a

Browse files
authored
Update events.md
1 parent 0a3e161 commit c971b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ METHOD z2ui5_if_app~main.
4040
4141
CASE client->get( )-event.
4242
WHEN 'BUTTON_POST'.
43-
client->message_box_display( |The button text is { client->get_event_arg( ) }| ).
43+
client->message_box_display( |The button text is { client->get_event_arg( ) }| ).
4444
ENDCASE.
4545
4646
ENDMETHOD.

0 commit comments

Comments
 (0)