From 2df0c1b5cf833214f55cb215111c60aaeeaae0d3 Mon Sep 17 00:00:00 2001 From: Artemy Egorov Date: Thu, 1 Aug 2024 15:54:24 +0300 Subject: [PATCH] doc: fix daletl description --- specification/daletl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/daletl.md b/specification/daletl.md index 49981d6..f68bc67 100644 --- a/specification/daletl.md +++ b/specification/daletl.md @@ -2,7 +2,7 @@ ## Daletl -Daletl is data representation for Dalet interfaces. [DaletPack](./daletpack.md) serializes/deserializes into Daletl. +Daletl is data representation of serialized/deserialized [DaletPack](./daletpack.md). Daletl must be serialized as [DaletPack](./daletpack.md). All data transfer between server and client is done in this format.