Skip to content

Commit 6477945

Browse files
authored
Update model.md
1 parent 105dcca commit 6477945

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/development/model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
2222
2323
client->view_display( z2ui5_cl_xml_view=>factory(
2424
)->page( 'abap2UI5 - Hello World'
25-
)->text( text = `My Text`
25+
)->text( `My Text`
2626
)->text( client->_bind( name )
2727
)->stringify( ) ).
2828
@@ -54,7 +54,7 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
5454
5555
client->view_display( z2ui5_cl_xml_view=>factory(
5656
)->page( 'abap2UI5 - Hello World'
57-
)->text( text = `Enter your name`
57+
)->text( `Enter your name`
5858
)->input( client->_bind_edit( name )
5959
)->button( text = 'post' press = client->_event( 'POST' )
6060
)->stringify( ) ).
@@ -81,7 +81,7 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
8181
8282
client->view_display( z2ui5_cl_xml_view=>factory(
8383
)->page( 'abap2UI5 - Hello World'
84-
)->text( text = `My Text`
84+
)->text( `My Text`
8585
)->input( client->_bind_local( lv_name )
8686
)->stringify( ) ).
8787

0 commit comments

Comments
 (0)