Skip to content

Commit 8e83301

Browse files
authored
Fix missing quote in admin-import property types section (#1422)
1 parent f20d6ea commit 8e83301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ carrieanne,"Trinity",tt0242653,ACTED_IN
940940
For properties, the `<name>` part of the field designates the property key, while the `<field_type>` part assigns a data type.
941941
You can have properties in both node data files and relationship data files.
942942

943-
Use one of `int`, `long`, `float`, `double`, `boolean`, `byte`, `short`, `char`, `string`, `point`, `date`, `localtime`, `time`, `localdatetime`, datetime`, and `duration` to designate the data type for properties.
943+
Use one of `int`, `long`, `float`, `double`, `boolean`, `byte`, `short`, `char`, `string`, `point`, `date`, `localtime`, `time`, `localdatetime`, `datetime`, and `duration` to designate the data type for properties.
944944
By default, types (except arrays) are converted to Cypher types.
945945
See link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/values-and-types/property-structural-constructed/#_property_types[Cypher Manual -> Property, structural, and constructed values].
946946

0 commit comments

Comments
 (0)