Fix godoc comment.

This commit is contained in:
David Howden
2015-07-03 23:15:16 +10:00
parent 78f72c23bd
commit 62e2154cad
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"os"
)
// Identify reads from the given ReadSeaker and
// Identify identifies the format and file type of the data in the ReadSeeker.
func Identify(r io.ReadSeeker) (format Format, fileType FileType, err error) {
b, err := readBytes(r, 11)
if err != nil {