Correct missing space between literal and closing parenthesis

This commit is contained in:
danrega
2023-07-20 09:18:15 +02:00
parent 267c5bc6ca
commit 4de07b25e7
4 changed files with 59 additions and 59 deletions

View File

@@ -747,7 +747,7 @@ CLASS zcl_demo_abap_dynamic_prog IMPLEMENTATION.
**********************************************************************
output->next_section( `17) Retaining Data References`).
output->next_section( `17) Retaining Data References` ).
"Storing data reference variables in an internal table using
"TYPE TABLE OF REF TO prevents the overwriting.