Skip to content

Commit

Permalink
docs: fix Map documentation example
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita authored Sep 26, 2022
1 parent 067bc60 commit d5d0a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/snippets/model/collections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class User {
@CollectionOf(Role)
roles: Role[];

@CollectionOf(String)
@CollectionOf(Security)
securities: Map<string, Security>;

@CollectionOf(String)
Expand Down

0 comments on commit d5d0a94

Please sign in to comment.