summaryrefslogtreecommitdiff
path: root/doc/tutorial/hello-world.org
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/hello-world.org')
-rw-r--r--doc/tutorial/hello-world.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/hello-world.org b/doc/tutorial/hello-world.org
index 46686fec..28503545 100644
--- a/doc/tutorial/hello-world.org
+++ b/doc/tutorial/hello-world.org
@@ -306,7 +306,7 @@ of the module ~"greet"~ in the top-level ~TARGETS~ file:
{ "type": ["@", "rules", "CC", "binary"]
, "name": ["helloworld"]
, "srcs": ["main.cpp"]
- , "deps": [["greet", "greet"]]
+ , "private-deps": [["greet", "greet"]]
}
}
#+END_SRC