aboutsummaryrefslogtreecommitdiff
path: root/examples/3-build
diff options
context:
space:
mode:
authorSteve Winslow <steve@swinslow.net>2022-03-30 20:58:23 -0400
committerSteve Winslow <steve@swinslow.net>2022-03-30 20:58:23 -0400
commitdf9da3fd5daafbf22e02c6cc946242c60be55854 (patch)
tree5b41e0e2fa6c00e5bf03794ad61172f921a00469 /examples/3-build
parent7e3a22cfccbda131ebfb0d29e089a274950726ce (diff)
downloadspdx-tools-df9da3fd5daafbf22e02c6cc946242c60be55854.tar.gz
examples: Fix minor typos and wording
Signed-off-by: Steve Winslow <steve@swinslow.net>
Diffstat (limited to 'examples/3-build')
-rw-r--r--examples/3-build/example_build.go2
1 files changed, 1 insertions, 1 deletions
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