Skip to content

Commit

Permalink
docs(spdx): Simplify a function's documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Apr 30, 2024
1 parent 3ba6e25 commit 328d0f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ internal data class ResolutionResult(
)

/**
* Return a flag whether this URI points to a local definition file.
* Check whether this URI points to a local definition file.
*/
private fun URI.isLocalDefinitionFile(): Boolean = scheme.equals("file", ignoreCase = true) || !isAbsolute

Expand Down

0 comments on commit 328d0f2

Please sign in to comment.