Skip to content

Commit 214be9b

Browse files
committed
rename cue_newctxt to cue_newctx
This is what we promised the name would be in cue.h. Signed-off-by: Aram Hăvărneanu <[email protected]>
1 parent 9b2b34d commit 214be9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

context.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"cuelang.org/go/cue/cuecontext"
2626
)
2727

28-
//export cue_newctxt
29-
func cue_newctxt() C.cue_ctx {
28+
//export cue_newctx
29+
func cue_newctx() C.cue_ctx {
3030
return cueContextHandle(cuecontext.New())
3131
}

0 commit comments

Comments
 (0)