Skip to content

Commit

Permalink
(#63) TeXFormulaExtensions: remove a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jan 13, 2023
1 parent d132658 commit 2563b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WpfMath.Shared/Rendering/TeXFormulaExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace WpfMath.Rendering;

public static class TeXFormulaExtensions
{
public static void RenderTo( // TODO: Tests for this method.
public static void RenderTo(
this TexFormula formula,
IElementRenderer renderer,
TexEnvironment environment,
Expand Down

0 comments on commit 2563b20

Please sign in to comment.