Skip to content

Commit af5578a

Browse files
mbtoolssbcgua
authored andcommitted
Fix Markdown link formatting in 40-reading.md
1 parent ab2eff8 commit af5578a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docsite/docs/40-reading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ data:
109109
payload->to_abap( importing ev_container = ls_payload ).
110110
```
111111

112-
`to_abap` supports transferring "corresponding only" fields. This will ignore JSON attributes that do not have a matching ABAP field name (see [Mapping](`70-mapping`)).
112+
`to_abap` supports transferring "corresponding only" fields. This will ignore JSON attributes that do not have a matching ABAP field name (see [Mapping](70-mapping)).
113113

114114
```abap
115115
payload->to_abap(
@@ -171,4 +171,4 @@ do 2 times.
171171
" ...
172172
173173
enddo.
174-
```
174+
```

0 commit comments

Comments
 (0)