Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Co-Authored-By: Stephanie Anderl <46726333+sanderl@users.noreply.github.com>
  • Loading branch information
joseartrivera and sanderl committed Sep 23, 2019
1 parent f65be74 commit 54717f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GraphControl/Control/Equation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ using namespace Windows::UI::Xaml;

namespace GraphControl
{
// Remove mml: formatting specific to RichEditBox control, which is not understood by the graph engine.
static constexpr wstring_view s_mathPrefix = L"mml:";

DependencyProperty^ Equation::s_expressionProperty;
Expand Down

0 comments on commit 54717f3

Please sign in to comment.