From df9da3fd5daafbf22e02c6cc946242c60be55854 Mon Sep 17 00:00:00 2001 From: Steve Winslow Date: Wed, 30 Mar 2022 20:58:23 -0400 Subject: examples: Fix minor typos and wording Signed-off-by: Steve Winslow --- examples/3-build/example_build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/3-build') diff --git a/examples/3-build/example_build.go b/examples/3-build/example_build.go index 8fc6b6b..c6051cc 100644 --- a/examples/3-build/example_build.go +++ b/examples/3-build/example_build.go @@ -5,7 +5,7 @@ // This example demonstrates building an 'empty' SPDX document in memory that // corresponds to a given directory's contents, including all files with their // hashes and the package's verification code, and saving the document to disk. -// Run project: go run example_build.go project2 ../../testdata/project2 test.spdx +// Run project: go run example_build.go project2 ../../testdata/project2 test.spdx package main -- cgit v1.2.3