Skip to content

Commit 149919d

Browse files
Postremusgsmet
authored andcommitted
Fix wording in quarkus-rest jsonview support
(cherry picked from commit 71061b1)
1 parent d423b26 commit 149919d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/rest.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ public User userPrivate() {
16241624
}
16251625
----
16261626

1627-
When the result the `userPublic` method is serialized, the `id` field will not be contained in the response as the `Public` view does not include it.
1627+
When the result of the `userPublic` method is serialized, the `id` field will not be contained in the response as the `Public` view does not include it.
16281628
The result of `userPrivate` however will include the `id` as expected when serialized.
16291629

16301630
===== Reflection-free Jackson serialization

0 commit comments

Comments
 (0)