From b9efcb4191cac20f1846b8b9d45f56bde900bfe2 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Wed, 20 Mar 2024 16:25:31 -0400 Subject: [PATCH] typo (formatting) --- docs/croissant-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/croissant-spec.md b/docs/croissant-spec.md index 81bae2c82..f8904e185 100644 --- a/docs/croissant-spec.md +++ b/docs/croissant-spec.md @@ -684,7 +684,7 @@ stock_data_6_9_2023.csv stock_data_6_10_2023.csv ``` -Because the dataset is updated continuously, the dataset should set the `isLiveDataset`` property to true. Since all files are written only once, checksums can be included without risk of synchronization issues. The dataset version should only be updated if a backwards-incompatible change is made (e.g., a bug fix to a file), since it is expected that a new file will be added every day. +Because the dataset is updated continuously, the dataset should set the `isLiveDataset` property to true. Since all files are written only once, checksums can be included without risk of synchronization issues. The dataset version should only be updated if a backwards-incompatible change is made (e.g., a bug fix to a file), since it is expected that a new file will be added every day. # Resources