Skip to content

Commit d512661

Browse files
authored
Change message box display syntax to backticks
1 parent 75c77ea commit d512661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get_started/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENDCLASS.
1515
1616
CLASS zcl_my_app IMPLEMENTATION.
1717
METHOD z2ui5_if_app~main.
18-
client->message_box_display( |Hello World| ).
18+
client->message_box_display( `Hello World` ).
1919
ENDMETHOD.
2020
ENDCLASS.
2121
```

0 commit comments

Comments
 (0)