Merge "Fix misspelling. Oversight from the CL split after rebasing. Test: N/A"
This commit is contained in:
commit
49cd656217
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ type Expression interface {
|
||||||
// Copy returns a copy of the Expression that will not affect the original if mutated
|
// Copy returns a copy of the Expression that will not affect the original if mutated
|
||||||
Copy() Expression
|
Copy() Expression
|
||||||
String() string
|
String() string
|
||||||
// Type returns the underlying Type enum of the Expression if it were to be evalutated
|
// Type returns the underlying Type enum of the Expression if it were to be evaluated
|
||||||
Type() Type
|
Type() Type
|
||||||
// Eval returns an expression that is fully evaluated to a simple type (List, Map, String, or
|
// Eval returns an expression that is fully evaluated to a simple type (List, Map, String, or
|
||||||
// Bool). It will return the same object for every call to Eval().
|
// Bool). It will return the same object for every call to Eval().
|
||||||
|
|
Loading…
Reference in a new issue