Skip to content

Commit af44372

Browse files
Update prefer-is-not-to-not-is.md
1 parent 88e2462 commit af44372

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/checks/prefer-is-not-to-not-is.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 IS NOT to NOT IS](prefer-is-not-to-not-is.md)
42

53
## Prefer IS NOT to NOT IS
@@ -14,7 +12,7 @@ Preferably, use a positive condition; but if the negative condition is easier to
1412

1513
### What to do in case of exception?
1614

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

1917
```abap
2018
IF NOT variable IS INITIAL. "#EC PREFER_IS_NOT

0 commit comments

Comments
 (0)