From d75da006963bbf745843f15eec6548ee09cd9827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Galkin?= Date: Mon, 14 Oct 2024 22:15:09 -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 2f6f0ad4..16658cb1 100644 --- a/spec/icechunk-spec.md +++ b/spec/icechunk-spec.md @@ -214,7 +214,7 @@ Tags cannot be deleted once created. The snapshot file fully describes the schema of the repository, including all arrays and groups. The snapshot file is 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 datastructure 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 for serialization. This data structure will most certainly change before the spec stabilization: ```rust pub struct Snapshot {