Skip to content

Commit

Permalink
Fix typo in Task.Source (#4613)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab authored Feb 23, 2025
1 parent 25b9d7b commit 606de38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/define/src/mill/define/Task.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ object Task extends TaskBase {
}

/**
* Similar to [[Source]], but only for a single source file or folder. Defined
* Similar to [[Sources]], but only for a single source file or folder. Defined
* using `Task.Source`.
*/
inline def Source(inline value: Result[os.Path])(implicit
Expand Down

0 comments on commit 606de38

Please sign in to comment.