Skip to content

Commit 38ade0c

Browse files
authored
Merge pull request #26 from pbackus/patch-1
Better wording for envvar description
2 parents c15c7a7 + 58d8fa3 commit 38ade0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/inc.package_format.envvars.dt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ table
1111
td Path to the root package of the build dependency tree
1212
tr
1313
td: code $<name>_PACKAGE_DIR
14-
td Path a specific package that is part of the package's dependency graph. $<name> must be in uppercase letters without the semver string.
14+
td Path to a specific package that is part of the package's dependency graph. $<name> must be in uppercase letters without the semver string.
1515
tr
1616
td: code $DUB
1717
td Path to the DUB executable
@@ -34,7 +34,7 @@ table
3434
td: code $BUILD_TYPE
3535
td Type of build: <code>"debug", "release", ...</code>
3636

37-
p Inside of custom commands directives a number of additional variables is available:
37+
p Inside of custom command directives a different set of predefined variables is available:
3838

3939
table
4040
tr

0 commit comments

Comments
 (0)