We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386d1af commit 48cb9f0Copy full SHA for 48cb9f0
docs/technical/dx.md
@@ -34,7 +34,7 @@ ENDCLASS.
34
35
CLASS zcl_app_ui5 IMPLEMENTATION.
36
METHOD z2ui5_if_app~main.
37
- client->message_toast_display( `Hello World` ) ).
+ client->message_toast_display( `Hello World` ).
38
ENDMETHOD.
39
ENDCLASS.
40
```
0 commit comments