Skip to content

Commit 548a9e9

Browse files
committed
fix typo
1 parent 050267d commit 548a9e9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: source/data-formats/time-series.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ code:
121121
"granularity": "seconds",
122122
"bucketMaxSpanSeconds": 3600
123123
}
124-
},
125-
"info": {
126-
"readOnly": false
127-
}
128-
}
129-
]
124+
},
125+
"info": {
126+
"readOnly": false
127+
}
128+
}
129+
]
130130

131131

132132
.. _ruby-time-series-write:
@@ -144,7 +144,7 @@ Example
144144
~~~~~~~
145145

146146
This example inserts New York City temperature data into the ``october2024``
147-
time series collection created in the preceding :ref:`ruby-time-series-create`.
147+
time series collection created in the preceding :ref:`ruby-time-series-create`
148148
section. Each document contains the following fields:
149149

150150
- ``temperature``, which stores temperature measurements in degrees Fahrenheit

0 commit comments

Comments
 (0)