summaryrefslogtreecommitdiff
path: root/doc/concepts/target-cache.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/concepts/target-cache.md')
-rw-r--r--doc/concepts/target-cache.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/concepts/target-cache.md b/doc/concepts/target-cache.md
index 4ebad03e..3d1547c6 100644
--- a/doc/concepts/target-cache.md
+++ b/doc/concepts/target-cache.md
@@ -235,7 +235,7 @@ choice would violate that projection property we rely upon.
Consider the following target file (on a content-fixed root) as
example.
-```
+``` jsonc
{ "generated":
{"type": "generic", "outs": ["out.txt"], "cmds": ["echo Hello > out.txt"]}
, "export": {"type": "export", "target": "generated"}