Skip to content

Commit fc9c739

Browse files
authored
Update dx.md
1 parent 4986bdc commit fc9c739

File tree

1 file changed

+1
-1
lines changed
  • docs/advanced/technical

1 file changed

+1
-1
lines changed

docs/advanced/technical/dx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ CLASS zcl_app_alv IMPLEMENTATION.
118118
lo_col->column( )->text( text = `SPRSL` ).
119119
lo_col->column( )->text( text = `ARBGB` ).
120120
lo_col->column( )->text( text = `MSGNR` ).
121-
lo_col->column( )->text( text = `TEXT` ).
121+
lo_col->column( )->text( text = `TEXT` ).
122122
123123
DATA(lo_cell) = tab->items( )->column_list_item( ).
124124
lo_cell->text( `{SPRSL}` ).

0 commit comments

Comments
 (0)