From 9ee1aea61bf0874df1cacc0853660ad478dd68a0 Mon Sep 17 00:00:00 2001 From: Mark Rushakoff Date: Sun, 22 Nov 2015 17:53:11 -0800 Subject: [PATCH] Fix typo in comment --- tx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tx.go b/tx.go index 3273106..d16f9f5 100644 --- a/tx.go +++ b/tx.go @@ -271,7 +271,7 @@ func (tx *Tx) close() { } // Copy writes the entire database to a writer. -// This function exists for backwards compatibility. Use WriteTo() in +// This function exists for backwards compatibility. Use WriteTo() instead. func (tx *Tx) Copy(w io.Writer) error { _, err := tx.WriteTo(w) return err