Skip to content

Commit be8f6e0

Browse files
authored
Change string delimiters from | to ` in hello_world.md
1 parent d512661 commit be8f6e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/get_started/hello_world.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENDCLASS.
1616
CLASS zcl_app_hello_world IMPLEMENTATION.
1717
METHOD z2ui5_if_app~main.
1818
19-
client->message_box_display( |Hello World| ).
19+
client->message_box_display( `Hello World` ).
2020
2121
ENDMETHOD.
2222
ENDCLASS.
@@ -37,8 +37,8 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
3737
METHOD z2ui5_if_app~main.
3838
3939
client->view_display( z2ui5_cl_xml_view=>factory(
40-
)->page( |abap2UI5 - Hello World|
41-
)->text( |My Text| ) ).
40+
)->page( `abap2UI5 - Hello World`
41+
)->text( `My Text` ) ).
4242
4343
ENDMETHOD.
4444
ENDCLASS.

0 commit comments

Comments
 (0)