From 04fde65fc4bc2ae2f75c4c89a7e599c5e62f8f92 Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Wed, 4 Dec 2024 12:34:00 +0100 Subject: [PATCH] Fix typo --- README_CFRAME_FORMAT.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_CFRAME_FORMAT.rst b/README_CFRAME_FORMAT.rst index 766b950f..8f6442ce 100644 --- a/README_CFRAME_FORMAT.rst +++ b/README_CFRAME_FORMAT.rst @@ -2,7 +2,7 @@ Blosc2 Contiguous Frame Format ============================== Blosc (as of version 2.0.0) has a Contiguous Frame format (CFrame for short) that allows for the storage of -different `Blosc data chunks `_ contiguously, +different `Blosc data chunks `_ contiguously, either in-memory or on-disk. The frame is composed of a header, a chunks section, and a trailer::