From cf9f396b1cbb94c6a1e06a0733be8078dff577f2 Mon Sep 17 00:00:00 2001 From: Anton Curmanschii Date: Wed, 22 Mar 2023 11:16:36 +0200 Subject: [PATCH] Update scalars.md --- website/src/docs/hotchocolate/v13/defining-a-schema/scalars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/hotchocolate/v13/defining-a-schema/scalars.md b/website/src/docs/hotchocolate/v13/defining-a-schema/scalars.md index b1a5be2d49a..23ee4d76b87 100644 --- a/website/src/docs/hotchocolate/v13/defining-a-schema/scalars.md +++ b/website/src/docs/hotchocolate/v13/defining-a-schema/scalars.md @@ -30,7 +30,7 @@ type Product { } ``` -This scalar represent a Boolean value, which can be either `true` or `false`. +This scalar represents a Boolean value, which can be either `true` or `false`. It is automatically inferred from the usage of the .NET [bool type](https://docs.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool).