From d49adf81c00cf35c5c2314ef8947b59700c7d154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Galkin?= Date: Mon, 14 Oct 2024 22:15:23 -0300 Subject: [PATCH] Update spec/icechunk-spec.md Co-authored-by: Ryan Abernathey --- spec/icechunk-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/icechunk-spec.md b/spec/icechunk-spec.md index 16658cb1..fd6b3fd5 100644 --- a/spec/icechunk-spec.md +++ b/spec/icechunk-spec.md @@ -255,7 +255,7 @@ Chunk references from multiple arrays can be stored in the same chunk manifest. The chunks from a single array can also be spread across multiple manifests. Manifest files are currently encoded using [MessagePack](https://msgpack.org/), but this may change before Icechunk version 1.0. Given the alpha status of this spec, the best way to understand the information stored -in the snapshot file, is through the datastructures the Icechunk library is using to serialize it. This datastructure will most certainly change before the spec stabilization: +in the snapshot file is through the data structure used internally by the Icechunk library. This data structure will most certainly change before the spec stabilization: ```rust pub struct Manifest {