Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBartash authored and hsz committed Oct 23, 2024
1 parent 311632f commit 7b8df14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import javax.inject.Inject
* In that case, the artifact coordinates may look very weird like: `bundledPlugin:/some/path/more/path/some.jar:123.456.789`
* For the same reason file extension is also stored in "ext".
*
* - "ext" (IvyModule#ext) is an optional file extension, like "jar".
* - "ext" [IvyModule.Artifact.ext] is an optional file extension, like "jar".
* It is optional only because files don't always have extensions.
* For directories, it would be "directory", but in this case, we never expect to have a directory, always only files.
*
Expand Down

0 comments on commit 7b8df14

Please sign in to comment.