Skip to content

Commit 9cac5aa

Browse files
committed
Clarify a code comment
1 parent 07f3ae5 commit 9cac5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: commands/instances.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ func Upgrade(ctx context.Context, req *rpc.UpgradeRequest, downloadCB DownloadPr
842842

843843
// LoadSketch collects and returns all files composing a sketch
844844
func LoadSketch(ctx context.Context, req *rpc.LoadSketchRequest) (*rpc.LoadSketchResponse, error) {
845-
// TODO: This a ToRpc function for the Sketch struct
845+
// TODO: This should be a ToRpc function for the Sketch struct
846846
sketch, err := sk.New(paths.New(req.SketchPath))
847847
if err != nil {
848848
return nil, fmt.Errorf("error loading sketch %v: %v", req.SketchPath, err)

0 commit comments

Comments
 (0)