Skip to content

Commit

Permalink
docs: update readme with extractlicenses
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhenry committed Sep 19, 2023
1 parent 4f63854 commit 0f05021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Function `ExtractLicenses` is used to extract licenses from the given expression

Function `ExtractLicenses` has 2 return values. First is `[]string` which contains all of the SPDX licenses without duplicates.

The second return value is a `error` which is not `nil` if the given expression is not a valid SPDX expression.
The second return value is an `error` which is not `nil` if the given expression is not a valid SPDX expression.

#### Example

Expand Down

0 comments on commit 0f05021

Please sign in to comment.