Skip to content

Commit 124f2be

Browse files
committedSep 28, 2022
docs: fix typos
Signed-off-by: nscuro <nscuro@protonmail.com>
1 parent 8f8fadf commit 124f2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎copy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
)
2525

2626
// 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.
27+
// Copying is currently done by encoding and decoding the BOM struct using gob.
2828
// In the future we may choose to switch to a more efficient strategy,
2929
// and consider to export this API.
3030
func (b BOM) copy(dst *BOM) error {

0 commit comments

Comments
 (0)
Please sign in to comment.