Skip to content

Commit 1531d11

Browse files
committed
fixed
1 parent 47cd137 commit 1531d11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/howto/global-array-mapping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ to the [`mapping.yaml`][docs-mapping]. Adding the following *global* type mappin
4343
types:
4444

4545
# map array to java.util.Collection
46-
- from array
47-
to java.util.Collection
46+
- from: array
47+
to: java.util.Collection
4848
```
4949
5050
will change the generated endpoint to:

0 commit comments

Comments
 (0)