Skip to content

Commit 43ddbaf

Browse files
committed
doc fix
1 parent 12bbedc commit 43ddbaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/REST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,8 +863,8 @@ Schema derived for an ADT from macro materialized `RestStructure` will describe
863863

864864
##### Registered schemas
865865

866-
By default, schemas macro materialized for case classes and sealed hierarchies will be _named_
867-
- this means they will not be inlined but rather registered under their name in
866+
By default, schemas macro materialized for case classes and sealed hierarchies will be _named_.
867+
This means they will not be inlined but rather registered under their name in
868868
[Components Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#componentsObject).
869869
By default, the name that will be used will be the simple (unqualified) name of the data type, e.g. "User".
870870
When referring to registered schema (e.g. in

0 commit comments

Comments
 (0)