Skip to content

Commit

Permalink
Update Target_Query_Syntax.adoc (com-lihaoyi#3443)
Browse files Browse the repository at this point in the history
minor edit

Pull request: com-lihaoyi#3443
  • Loading branch information
coreyoconnor committed Sep 1, 2024
1 parent 2461260 commit 455dec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/Target_Query_Syntax.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ They look like regular Scala class name qualifiers.
There are two kind of segments: _label segments_ and _cross segments_.
_Label segments_ are the components of a target path and have the same restriction as Scala identifiers.
The must start with a letter and may contain letters, numbers and a limited set of special characters `-` (dash), `_` (underscore).
They must start with a letter and may contain letters, numbers and a limited set of special characters `-` (dash), `_` (underscore).
They are used to denote Mill modules, tasks, but in the case of xref:Modules.adoc#external-modules[external modules] their Scala package names.
_Cross segments_ start with a label segment but contain additional square brackets (`[`, `]`]) and are used to denote cross module and their parameters.
Expand Down

0 comments on commit 455dec6

Please sign in to comment.