Skip to content

Commit

Permalink
Update LiquidViewFilters.cs (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkech authored and sebastienros committed Oct 11, 2017
1 parent 9f26f1a commit 4a4b81c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static Task<FluidValue> NewShape(FluidValue input, FilterArguments argume
{
if (!context.AmbientValues.TryGetValue("ShapeFactory", out dynamic shapeFactory))
{
throw new ArgumentException("ShapeFactory missing while invoking 'date_time'");
throw new ArgumentException("ShapeFactory missing while invoking 'new_shape'");
}

var type = input.ToStringValue();
Expand Down Expand Up @@ -193,4 +193,4 @@ public static string LowerKebabToPascalCase(string attribute)
return result.ToString();
}
}
}
}

0 comments on commit 4a4b81c

Please sign in to comment.