Merge pull request #94 from yuvallanger/patch-1

Typo correction
This commit is contained in:
Mark McGranaghan 2015-02-04 06:44:29 -08:00
commit 80fa4e4f03

View File

@ -19,7 +19,7 @@ func main() {
// to represent this external process. // to represent this external process.
dateCmd := exec.Command("date") dateCmd := exec.Command("date")
// `.Output` is another helper than handles the common // `.Output` is another helper that handles the common
// case of running a command, waiting for it to finish, // case of running a command, waiting for it to finish,
// and collecting its output. If there were no errors, // and collecting its output. If there were no errors,
// `dateOut` will hold bytes with the date info. // `dateOut` will hold bytes with the date info.