Skip to content

Commit 0f05021

Browse files
committed
docs: update readme with extractlicenses
1 parent 4f63854 commit 0f05021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Function `ExtractLicenses` is used to extract licenses from the given expression
147147

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

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

152152
#### Example
153153

0 commit comments

Comments
 (0)