diff --git a/modules/ROOT/pages/type-definitions/types/scalar.adoc b/modules/ROOT/pages/type-definitions/types/scalar.adoc index 67315112..c3f40b20 100644 --- a/modules/ROOT/pages/type-definitions/types/scalar.adoc +++ b/modules/ROOT/pages/type-definitions/types/scalar.adoc @@ -43,7 +43,7 @@ query { ---- | `Float` -| Placeholder text to make the table prettier. +| Represents signed double‐precision fractional values. a| [source, graphql, indent=0] ---- @@ -63,7 +63,7 @@ type Product { ---- | `Boolean` -| Placeholder text to make the table prettier. +| Represents `true` or `false`. a| [source, graphql, indent=0] ---- @@ -80,4 +80,4 @@ type Product { id: ID! } ---- -|=== \ No newline at end of file +|===