Skip to content

Commit

Permalink
cue/build: fix typo reference to cue/load package
Browse files Browse the repository at this point in the history
Change-Id: Id0316d858155274d78b0b3aad6ff95ebb0770bad
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/5760
Reviewed-by: Marcel van Lohuizen <mpvl@google.com>
  • Loading branch information
myitcv authored and mpvl committed May 13, 2020
1 parent 8f1d260 commit a5c0866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cue/build/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
// An Instance describes the collection of files, and its imports, necessary
// to build a CUE instance.
//
// A typical way to create an Instance is to use the loader package.
// A typical way to create an Instance is to use the cue/load package.
type Instance struct {
ctxt *Context

Expand Down

0 comments on commit a5c0866

Please sign in to comment.