Skip to content

Commit

Permalink
Fix typo in Modules.adoc (#3007)
Browse files Browse the repository at this point in the history
Pull request: #3007
  • Loading branch information
sequencer authored Feb 7, 2024
1 parent 59b95b4 commit eb05799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/Modules.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Bar extends mill.define.ExternalModule {
}
----

In the above example, `Qux` is an `ExternalModule` living within the `foo`
In the above example, `Bar` is an `ExternalModule` living within the `foo`
Java package, containing the `baz` target and `qux` command. Those can be run
from the command line via:

Expand Down

0 comments on commit eb05799

Please sign in to comment.