Skip to content

Commit

Permalink
Update TemplateContext.cs (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
gumbarros authored Jul 12, 2024
1 parent 6ddf40f commit 3f1750f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fluid/TemplateContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public FluidValue GetValue(string name)
/// Sets a value on the context.
/// </summary>
/// <param name="name">The name of the value.</param>
/// <param name="value">Teh value to set.</param>
/// <param name="value">The value to set.</param>
/// <returns></returns>
public TemplateContext SetValue(string name, FluidValue value)
{
Expand Down

0 comments on commit 3f1750f

Please sign in to comment.