Skip to content

Commit 6e494cb

Browse files
use codeblocks in sub-headers
1 parent 44d735d commit 6e494cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

jsManual/asciidoc/cypher-workflow.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ This section lists some basic usage of the temporal types provided by the JavaSc
134134

135135

136136
[[js-driver-temporal-types-datetime]]
137-
==== DateTime
137+
==== `dateTime`
138138

139139
Represents an instant capturing the date, the time, and the timezone identifier.
140140

@@ -145,7 +145,7 @@ include::{javascript-examples}/examples.test.js[tags=temporal-types-datetime]
145145

146146

147147
[[js-driver-temporal-types-date]]
148-
==== Date
148+
==== `date`
149149

150150
Represents an instant capturing the date, but not the time, nor the timezone.
151151

@@ -156,7 +156,7 @@ include::{javascript-examples}/examples.test.js[tags=temporal-types-date]
156156

157157

158158
[[js-driver-temporal-types-time]]
159-
==== Time
159+
==== `time`
160160

161161
Represents an instant capturing the time of day, and the timezone offset in seconds, but not the date.
162162

@@ -167,7 +167,7 @@ include::{javascript-examples}/examples.test.js[tags=temporal-types-time]
167167

168168

169169
[[js-driver-temporal-types-localdatetime]]
170-
==== LocalDateTime
170+
==== `localDateTime`
171171

172172
Represents an instant capturing the date and the time, but not the timezone.
173173

@@ -178,7 +178,7 @@ include::{javascript-examples}/examples.test.js[tags=temporal-types-localdatetim
178178

179179

180180
[[js-driver-temporal-types-localtime]]
181-
==== LocalTime
181+
==== `localTime`
182182

183183
Represents an instant capturing the time of day, but not the date, nor the timezone.
184184

@@ -189,7 +189,7 @@ include::{javascript-examples}/examples.test.js[tags=temporal-types-localtime]
189189

190190

191191
[[js-driver-temporal-types-duration]]
192-
==== Duration
192+
==== `duration`
193193

194194
Represents an ISO 8601 duration.
195195
Contains both date-based values (years, months, days) and time-based values (seconds, nanoseconds).

0 commit comments

Comments
 (0)