We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097cf16 commit 10fbc21Copy full SHA for 10fbc21
cue/ast/ast.go
@@ -725,7 +725,7 @@ type BinaryExpr struct {
725
}
726
727
// NewBinExpr creates for list of expressions of length 2 or greater a chained
728
-// binary expression of the form (((x1 op x2) op x3) ...). For lists of lenght
+// binary expression of the form (((x1 op x2) op x3) ...). For lists of length
729
// 1 it returns the expression itself. It panics for empty lists.
730
// Useful for ASTs generated by code other than the CUE parser.
731
func NewBinExpr(op token.Token, operands ...Expr) Expr {
0 commit comments