Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidermic0 committed Dec 18, 2024
1 parent dba159e commit 2a49089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ This leads to the following generated JSON schema:
Following naming conventions apply to AFF's ABAP interfaces:

- The interface is called `zif_aff_<object type>_v<format version>` (e.g., `zif_aff_intf_v1`)
- Types starts with `ty_`
- Types start with `ty_`
- Constants start with `co_`

These conventions are checked by abaplint.
Expand Down

0 comments on commit 2a49089

Please sign in to comment.