Skip to content

Commit

Permalink
build: clarify NewResultHandle comment
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Chadwell <[email protected]>
  • Loading branch information
jedevc committed Jun 6, 2023
1 parent b7f0b3d commit c6db4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"golang.org/x/sync/errgroup"
)

// NewResultHandle wraps a call to client.Build, additionally returning a
// ResultHandle alongside the standard response and error.
// NewResultHandle makes a call to client.Build, additionally returning a
// opaque ResultHandle alongside the standard response and error.
//
// This ResultHandle can be used to execute additional build steps in the same
// context as the build occurred, which can allow easy debugging of build
Expand Down

0 comments on commit c6db4cf

Please sign in to comment.