Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiller-mdb committed Jan 17, 2025
1 parent 050267d commit 548a9e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/data-formats/time-series.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ code:
"granularity": "seconds",
"bucketMaxSpanSeconds": 3600
}
},
"info": {
"readOnly": false
}
}
]
},
"info": {
"readOnly": false
}
}
]


.. _ruby-time-series-write:
Expand All @@ -144,7 +144,7 @@ Example
~~~~~~~

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

- ``temperature``, which stores temperature measurements in degrees Fahrenheit
Expand Down

0 comments on commit 548a9e9

Please # to comment.