Skip to content

Commit af234f7

Browse files
Small wording corrections (#613)
Corrected one word and inserted one Co-authored-by: Björn Jüliger <[email protected]>
1 parent 7266d08 commit af234f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/checks/deprecated-key-word.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ This check searches for the statements starting with the following keywords:
1515

1616
### How to solve the issue?
1717

18-
Please `MOVE` by a normal assignment statement using `=` and `TRANSLATE` by an equivalent functional expression using [string functions}(https://help.sap.com/doc/abapdocu_755_index_htm/7.55/en-US/abenprocess_functions.htm).
18+
Replace `MOVE` by a normal assignment statement using `=` and `TRANSLATE` by an equivalent functional expression using [string functions}(https://help.sap.com/doc/abapdocu_755_index_htm/7.55/en-US/abenprocess_functions.htm).
1919

2020
### What to do in case of exception?
2121

22-
In exceptional cases, you can suppress this finding by using the pseudo comment `"#EC DEPRECATED_KEY` which should placed right after the statement:
22+
In exceptional cases, you can suppress this finding by using the pseudo comment `"#EC DEPRECATED_KEY` which should be placed right after the statement:
2323

2424
```abap
2525
MOVE …. "#EC DEPRECATED_KEY

0 commit comments

Comments
 (0)