From 124f2be91434d720dd5d3149d7ab04461405c207 Mon Sep 17 00:00:00 2001 From: nscuro Date: Wed, 28 Sep 2022 23:57:05 +0200 Subject: [PATCH] docs: fix typos Signed-off-by: nscuro --- copy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.go b/copy.go index 55fe1bb..6dc9f4b 100644 --- a/copy.go +++ b/copy.go @@ -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 {