Skip to content

Commit cff0f71

Browse files
authored
Update hello_world.md
1 parent 44247a9 commit cff0f71

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/get_started/hello_world.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -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( text = `My Text`
40+
)->page( |abap2UI5 - Hello World|
41+
)->text( |My Text|
4242
)->stringify( ) ).
4343
4444
ENDMETHOD.
@@ -60,9 +60,9 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
6060
METHOD z2ui5_if_app~main.
6161
6262
client->view_display( z2ui5_cl_xml_view=>factory(
63-
)->page( 'abap2UI5 - Hello World'
64-
)->text( `My Text`
65-
)->button( text = 'post' press = client->_event( 'POST' )
63+
)->page( |abap2UI5 - Hello World|
64+
)->text( |My Text|
65+
)->button( text = 'post' press = client->_event( |POST| )
6666
)->stringify( ) ).
6767
6868
CASE client->get( )-event.
@@ -90,9 +90,9 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
9090
METHOD z2ui5_if_app~main.
9191
9292
client->view_display( z2ui5_cl_xml_view=>factory(
93-
)->page( 'abap2UI5 - Hello World'
94-
)->text( `My Text`
95-
)->button( text = 'post' press = client->_event( 'POST' )
93+
)->page( |abap2UI5 - Hello World|
94+
)->text( |My Text|
95+
)->button( text = |post| press = client->_event( |POST| )
9696
)->input( client->_bind_edit( name )
9797
)->stringify( ) ).
9898

0 commit comments

Comments
 (0)