X Tutup
Skip to content

Commit 090af22

Browse files
committed
pr feedback
1 parent 5c65cfd commit 090af22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ func (a *API) StartCodespace(ctx context.Context, token string, codespace *Codes
279279
b = append(b[:97], "..."...)
280280
}
281281
if strings.TrimSpace(string(b)) == "7" {
282-
// NON HTTP 200 with error code 7 (EnvironmentNotShutdown) is benign.
282+
// Non-HTTP 200 with error code 7 (EnvironmentNotShutdown) is benign.
283283
// Ignore it.
284284
} else {
285285
return fmt.Errorf("failed to start codespace: %s", b)

0 commit comments

Comments
 (0)
X Tutup