diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-27 12:51:50 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-27 12:54:05 +0200 |
commit | d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83 (patch) | |
tree | a43859422a5cdc81db2467ddf2108107cb60fdc9 /doc/tutorial/build-delegation.md | |
parent | de7bdb452e7f600e5cb17d87710fb952f151ba29 (diff) | |
download | justbuild-d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83.tar.gz |
doc: Fix various typos and inconsistencies
Diffstat (limited to 'doc/tutorial/build-delegation.md')
-rw-r--r-- | doc/tutorial/build-delegation.md | 4 |
1 files changed, 2 insertions, 2 deletions
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" |