Explorar o código

Cleanup: Typo in job.go

Signed-off-by: Byung Kang <byungk91@gmail.com>
Byung Kang %!s(int64=11) %!d(string=hai) anos
pai
achega
cc84ec3f61
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      engine/job.go

+ 1 - 2
engine/job.go

@@ -17,8 +17,7 @@ import (
 // environment variables, standard streams for input, output and error, and
 // an exit status which can indicate success (0) or error (anything else).
 //
-// One slight variation is that jobs report their status as a string. The
-// string "0" indicates success, and any other strings indicates an error.
+// For status, 0 indicates success, and any other integers indicates an error.
 // This allows for richer error reporting.
 //
 type Job struct {