We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f63854 commit 0f05021Copy full SHA for 0f05021
README.md
@@ -147,7 +147,7 @@ Function `ExtractLicenses` is used to extract licenses from the given expression
147
148
Function `ExtractLicenses` has 2 return values. First is `[]string` which contains all of the SPDX licenses without duplicates.
149
150
-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.
151
152
#### Example
153
0 commit comments