From c6db4cf3424f6109f969b9f63d3b5d2b4619a0c1 Mon Sep 17 00:00:00 2001 From: Justin Chadwell Date: Tue, 6 Jun 2023 09:08:30 +0200 Subject: [PATCH] build: clarify NewResultHandle comment Signed-off-by: Justin Chadwell --- build/result.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/result.go b/build/result.go index 32836d09..91ba9efa 100644 --- a/build/result.go +++ b/build/result.go @@ -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