Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
ivahaev committed Dec 27, 2015
1 parent dd13f16 commit b262373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlst.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (m *Xlst) Save(path string) error {
return m.report.Save(path)
}

// Save() saves generated report to disk
// Write() writes generated report to provided writer
func (m *Xlst) Write(writer io.Writer) error {
if m.report == nil {
return errors.New("Report was not generated")
Expand Down

0 comments on commit b262373

Please sign in to comment.