We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 8f8fadf commit 124f2beCopy full SHA for 124f2be
copy.go
@@ -24,7 +24,7 @@ import (
24
)
25
26
// copy creates a deep copy of the BOM in a given destination.
27
-// Copying is currently done be encoding and decoding the BOM struct using the gop.
+// Copying is currently done by encoding and decoding the BOM struct using gob.
28
// In the future we may choose to switch to a more efficient strategy,
29
// and consider to export this API.
30
func (b BOM) copy(dst *BOM) error {
0 commit comments