summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/manifest-format.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md
index 93d9b960..a39f97e8 100644
--- a/docs/manifest-format.md
+++ b/docs/manifest-format.md
@@ -338,7 +338,7 @@ It's just like copyfile and runs at the same time as copyfile but
338instead of copying it creates a symlink. 338instead of copying it creates a symlink.
339 339
340The symlink is created at "dest" (relative to the top of the tree) and 340The symlink is created at "dest" (relative to the top of the tree) and
341points to the path specified by "src". 341points to the path specified by "src" which is a path in the project.
342 342
343Parent directories of "dest" will be automatically created if missing. 343Parent directories of "dest" will be automatically created if missing.
344 344