From d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 27 Jun 2025 12:51:50 +0200 Subject: doc: Fix various typos and inconsistencies --- doc/tutorial/build-delegation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/tutorial/build-delegation.md') diff --git a/doc/tutorial/build-delegation.md b/doc/tutorial/build-delegation.md index 5d597d9e..a8c01ff9 100644 --- a/doc/tutorial/build-delegation.md +++ b/doc/tutorial/build-delegation.md @@ -32,7 +32,7 @@ distributes the tree hash to the entities analysing the data. As a user of the serve endpoint, by just knowing the tree hash, can construct an absent root from it. -``` +``` jsonc { "repository": { "type": "git tree" , "id": "..." @@ -72,7 +72,7 @@ only access export targets; but while measurement data might have some random component, analysing that data typically is a pure function. So a simple target file could look as follows. -``` +``` jsonc { "": {"type": "export", "target": "stats"} , "stats": { "type": "generic" -- cgit v1.2.3