Skip to content
2 changes: 1 addition & 1 deletion docs/checks/constants-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Use enumeration classes instead.

### What to do in case of exception?

In exceptional cases, you can suppress this finding by using the pseudo comment `"#EC CONS_INTF` which should be placed right after the class definition header:
In exceptional cases, you can suppress this finding by using the pseudo comment `"#EC CONS_INTF` which should be placed right after the interface definition:

### Example

Expand Down
2 changes: 0 additions & 2 deletions docs/checks/unit_test_assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,3 @@ ENDMETHOD.
### Further Readings & Knowledge

* [Clean ABAP: Don't obsess about coverage](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#dont-obsess-about-coverage)