@@ -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
139139Represents 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
150150Represents 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
161161Represents 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
172172Represents 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
183183Represents 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
194194Represents an ISO 8601 duration.
195195Contains both date-based values (years, months, days) and time-based values (seconds, nanoseconds).
0 commit comments