Skip to content

Commit

Permalink
Trivially fix a typo in canSafelyBeResolved function docs (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
sschuberth authored Jun 28, 2024
1 parent 5ab4a8c commit 827e777
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ abstract class AbstractResolveProjectDependenciesTask : DefaultTask() {
}

/**
* If `DeprecatableConfiguration.canSafelyBeResolve()` is available, use it.
* If `DeprecatableConfiguration.canSafelyBeResolved()` is available, use it.
* Else fall back to `Configuration.canBeResolved`.
*/
private fun canSafelyBeResolved(configuration: Configuration): Boolean {
Expand Down

0 comments on commit 827e777

Please sign in to comment.