Skip to content

Commit 88e2462

Browse files
Update prefer-case-to-elseif.md
1 parent 42cf834 commit 88e2462

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/checks/prefer-case-to-elseif.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# code pal for ABAP
2-
31
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [Prefer CASE to ELSE IF](prefer-case-to-elseif.md)
42

53
## Prefer CASE to ELSE IF
@@ -16,7 +14,7 @@ Use `CASE` insead of `ELSEIF` for multiple alternative conditions.
1614

1715
### What to do in case of exception?
1816

19-
You can suppress Code Inspector findings generated by this check using the pseudo comment `"#EC PREFER_CASE`.
17+
In exceptional cases, you can suppress this finding by using the pseudo comment `"#EC PREFER_CASE`.
2018

2119
```abap
2220
IF type = type-some_type. "#EC PREFER_CASE

0 commit comments

Comments
 (0)