diff options
Diffstat (limited to 'plumbing/format/objfile/writer.go')
-rw-r--r-- | plumbing/format/objfile/writer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/format/objfile/writer.go b/plumbing/format/objfile/writer.go index 44563d2..5555243 100644 --- a/plumbing/format/objfile/writer.go +++ b/plumbing/format/objfile/writer.go @@ -14,7 +14,7 @@ var ( ) // Writer writes and encodes data in compressed objfile format to a provided -// io.Writerº. Close should be called when finished with the Writer. Close will +// io.Writer. Close should be called when finished with the Writer. Close will // not close the underlying io.Writer. type Writer struct { raw io.Writer |