We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff0f71 commit dd08876Copy full SHA for dd08876
docs/get_started/hello_world.md
@@ -62,7 +62,7 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
62
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| )
+ )->button( text = |post| press = client->_event( |POST| )
66
)->stringify( ) ).
67
68
CASE client->get( )-event.
0 commit comments