Skip to content

Commit 6ebf4e4

Browse files
committed
Fix string literal in dx.md: Replace 'Do you like dinosaurs?' with backticks
1 parent e2606a9 commit 6ebf4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/technical/dx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ CLASS zcl_app_alv_event IMPLEMENTATION.
185185
186186
IF client->check_on_init( ).
187187
client->nav_app_call( z2ui5_cl_pop_to_confirm=>factory(
188-
i_question_text = 'Do you like dinosaurs?'
188+
i_question_text = `Do you like dinosaurs?`
189189
i_title = `Title`
190190
i_event_confirm = `YES`
191191
i_event_cancel = `NO` ) ).

0 commit comments

Comments
 (0)