aboutsummaryrefslogtreecommitdiff
path: root/examples/4-search/example_search.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/4-search/example_search.go')
-rw-r--r--examples/4-search/example_search.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/4-search/example_search.go b/examples/4-search/example_search.go
index 3f19596..52f8b07 100644
--- a/examples/4-search/example_search.go
+++ b/examples/4-search/example_search.go
@@ -120,7 +120,7 @@ func main() {
// all file hashes and the package verification code have been filled in
// appropriately by builder.
// And, all files with "SPDX-License-Identifier:" tags have had their
- // licenses extracted into LicenseInfoInFile and LicenseConcluded for
+ // licenses extracted into LicenseInfoInFiles and LicenseConcluded for
// each file by idsearcher. The PackageLicenseInfoFromFiles field will
// also be filled in with all license identifiers.
fmt.Printf("Successfully created document and searched for IDs for package %s\n", packageName)