Skip to content

Commit f5908d1

Browse files
Update declaration-in-if.md
1 parent 7c4c4f0 commit f5908d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/checks/declaration-in-if.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The pseudo comment must be placed right after the declaration.
2727

2828
```abap
2929
IF example = ''.
30-
TYPE type_declaration TYPE string. "#EC DECL_IN_IF
30+
TYPES type_declaration TYPE string. "#EC DECL_IN_IF
3131
FIELD-SYMBOLS: <field_declaration> TYPE any. "#EC DECL_IN_IF
3232
DATA data_declaration TYPE string. "#EC DECL_IN_IF
3333
ENDIF.

0 commit comments

Comments
 (0)