Skip to content

Commit ce3dd84

Browse files
Property type rephrase (#1163)
1 parent 81c4b62 commit ce3dd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/values-and-types/property-structural-constructed.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This section will first provide a brief overview of each type, and then go into
1313

1414
A property type value is one that can be stored as a node or relationship property.
1515

16-
The following data types are included in the property types category: `BOOLEAN`, `DATE`, `DURATION`, `FLOAT`, `INTEGER`, `LIST`, `LOCAL DATETIME`, `LOCAL TIME`, `POINT`, `STRING`, `ZONED DATETIME`, and `ZONED TIME`.
16+
Property types are the most primitive types in Cypher and include the following: `BOOLEAN`, `DATE`, `DURATION`, `FLOAT`, `INTEGER`, `LIST`, `LOCAL DATETIME`, `LOCAL TIME`, `POINT`, `STRING`, `ZONED DATETIME`, and `ZONED TIME`.
1717

1818
* Property types can be returned from Cypher queries.
1919
* Property types can be used as xref::syntax/parameters.adoc[parameters].

0 commit comments

Comments
 (0)