Skip to content

Commit 91cee6e

Browse files
committed
add missing commas
1 parent 3cb2488 commit 91cee6e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

serializer.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -511,22 +511,22 @@ given class:
511511
| | "groups" => [ |
512512
| | "book:read", |
513513
| | "book:write", |
514-
| | ] |
514+
| | ], |
515515
| | "maxDepth" => 1, |
516-
| | "serializedName" => "book_name" |
517-
| | "serializedPath" => null |
518-
| | "ignore" => false |
516+
| | "serializedName" => "book_name", |
517+
| | "serializedPath" => null, |
518+
| | "ignore" => false, |
519519
| | "normalizationContexts" => [], |
520520
| | "denormalizationContexts" => [] |
521521
| | ] |
522522
| isbn | [ |
523523
| | "groups" => [ |
524524
| | "book:read", |
525-
| | ] |
525+
| | ], |
526526
| | "maxDepth" => null, |
527-
| | "serializedName" => null |
528-
| | "serializedPath" => [data][isbn] |
529-
| | "ignore" => false |
527+
| | "serializedName" => null, |
528+
| | "serializedPath" => [data][isbn], |
529+
| | "ignore" => false, |
530530
| | "normalizationContexts" => [], |
531531
| | "denormalizationContexts" => [] |
532532
| | ] |

0 commit comments

Comments
 (0)