Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <nscuro@protonmail.com>
  • Loading branch information
nscuro committed Sep 28, 2022
1 parent 8f8fadf commit 124f2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy.go
Expand Up @@ -24,7 +24,7 @@ import (
)

// copy creates a deep copy of the BOM in a given destination.
// 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.
// In the future we may choose to switch to a more efficient strategy,
// and consider to export this API.
func (b BOM) copy(dst *BOM) error {
Expand Down

0 comments on commit 124f2be

Please sign in to comment.