Update types.md

Corrected information about boolean values and null typecasting.
diff --git a/docs/intro/types.md b/docs/intro/types.md
index 6687c1b..4db5786 100644
--- a/docs/intro/types.md
+++ b/docs/intro/types.md
@@ -227,8 +227,6 @@
 

 Boolean constants can be represented in Cypher queries by the keywords TRUE, FALSE, and NULL.

 

-Note that the parser automatically understands that TRUE and FALSE are of type boolean, but this is not so for NULL because that can have any type. So in some contexts you might have to cast NULL to boolean explicitly, for example NULL::boolean. Conversely, the cast can be omitted from a string-literal Boolean value in contexts where the parser can deduce that the literal must be of type boolean.

-

 Input/Output Format

 

 Query