Skip to content

Commit 83ad1bc

Browse files
authored
Update Script_Header.adoc
1 parent d6326c1 commit 83ad1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/modules/ROOT/partials/Script_Header.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This page documents the use cases and features of Mill's single-file {language}
22
These are {language} modules with a single source file, with build configuration included
33
in a header comment block at the top of the file.
44

5-
{language} scripts can be standalone or xref:#_project_moduledeps[part of a larger Mill project].
5+
{language} single-file scripts can be standalone or xref:#_project_moduledeps[part of a larger Mill project].
66
They can be run via `./mill Foo.{language-ext}` from the command line, or have other tasks on
77
them executed via `./mill Foo.{language-ext}:compile` or `./mill Foo.{language-ext}:assembly`.
88
Apart from being limited to a single source file, single-file script modules otherwise

0 commit comments

Comments
 (0)