Skip to content

Commit cb232d3

Browse files
gem-neo4jJPryce-Aklundh
authored andcommitted
Remove invalid duration field (#1174)
1 parent 6276ef5 commit cb232d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/functions/temporal/duration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See also xref::values-and-types/temporal.adoc[Temporal values] and xref::syntax/
1919
| *Syntax* 3+| `duration(input)`
2020
| *Description* 3+| Creates a `DURATION` value.
2121
.2+| *Arguments* | *Name* | *Type* | *Description*
22-
| `input` | `ANY` | A map optionally containing the following keys: 'years', 'quarters', 'months', 'weeks', 'days', 'hours', 'minutes', 'seconds', 'milliseconds', 'microseconds', or 'nanoseconds'.
22+
| `input` | `ANY` | A map optionally containing the following keys: 'years', 'months', 'weeks', 'days', 'hours', 'minutes', 'seconds', 'milliseconds', 'microseconds', or 'nanoseconds'.
2323
| *Returns* 3+| `DURATION`
2424
|===
2525

0 commit comments

Comments
 (0)