Browse Source

fix comment for NewFileParser

pull/16/head
Brett Langdon 11 years ago
parent
commit
3baf4c309c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      parser.go

+ 1
- 1
parser.go View File

@ -33,7 +33,7 @@ func NewParser(reader io.Reader) *Parser {
}
}
// NewParser will create and initialize a new Parser from a provided from a filename string
// NewFileParser will create and initialize a new Parser from a provided from a filename string
func NewFileParser(filename string) (*Parser, error) {
reader, err := os.Open(filename)
if err != nil {


Loading…
Cancel
Save