We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ff445 commit 35349e6Copy full SHA for 35349e6
src/user-guide/reference/exits.md
@@ -15,7 +15,7 @@ If the development version is installed create global class `ZCL_ABAPGIT_USER_EX
15
To support both versions with the same code, proceed as follows:
16
17
1. Implement `ZCL_ABAPGIT_USER_EXIT` as a global class and test with the developer version.
18
-2. Cut & paste the complete code of `ZCL_ABAPGIT_USER_EXIT` into include `ZABAPGIT_USER_EXIT` and change the beginning to a local class.
+2. Copy & paste the complete code of `ZCL_ABAPGIT_USER_EXIT` into include `ZABAPGIT_USER_EXIT` and change the beginning to a local class.
19
20
```abap
21
CLASS zcl_abapgit_user_exit DEFINITION
0 commit comments