aboutsummaryrefslogtreecommitdiff
path: root/examples/10-jsonloader
diff options
context:
space:
mode:
authorCatalinStratu <catalinstratu45@gmail.com>2022-05-04 17:32:20 +0300
committerCatalinStratu <catalinstratu45@gmail.com>2022-05-05 09:38:41 +0300
commitb9aecfb8165322e061a1a31260b3ef9199cbebd4 (patch)
tree6a8c6ba6fe5330521db5e0e4379248380f5bf0d5 /examples/10-jsonloader
parentb29c4a9cacb9c2f1026beb330fcb6d9db8c453ed (diff)
downloadspdx-tools-b9aecfb8165322e061a1a31260b3ef9199cbebd4.tar.gz
Add YAML and JSON documentation fixes
Signed-off-by: CatalinStratu <catalinstratu45@gmail.com>
Diffstat (limited to 'examples/10-jsonloader')
-rw-r--r--examples/10-jsonloader/example_json_loader.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/10-jsonloader/example_json_loader.go b/examples/10-jsonloader/example_json_loader.go
index 4de9561..793f10e 100644
--- a/examples/10-jsonloader/example_json_loader.go
+++ b/examples/10-jsonloader/example_json_loader.go
@@ -1,9 +1,9 @@
// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
-// Example for: *jsonparser2v2*
+// Example for: *json*
// This example demonstrates loading an SPDX JSON document from disk into memory,
-// and then logging some of the attributes to the console.
+// and then logging some attributes to the console.
// Run project: go run example_json_loader.go ../sample-docs/json/SPDXJSONExample-v2.2.spdx.json
package main