Skip to content

Commit

Permalink
Updating comment of NewExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
yosiat committed Apr 29, 2016
1 parent c87ba66 commit d646d0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tick/stateful/expr.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ type expression struct {
// For example:
// Given a BinaryNode{ReferNode("value"), NumberNode{Float64:10}} during runtime
// we can find the type of "value" and find the most matching comparison function - (float64,float64) or (int64,float64)
//
// If the given node type isn't supported for compilation we will fallback to "NewStatefulExpr"
func NewExpression(node tick.Node) (Expression, error) {
nodeEvaluator, err := createNodeEvaluator(node)
if err != nil {
Expand Down

0 comments on commit d646d0e

Please sign in to comment.