Skip to content

Commit

Permalink
Fix grammar in a comment (ForNeVeR#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jan 7, 2020
1 parent a6dc395 commit 534b09b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/WpfMath/Parsers/StandardCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ public CommandProcessingResult ProcessCommand(CommandContext context)
}

/// <summary>
/// This command will parse the remaining part of the input string, and add it onto the new line of the
/// formula. The new line is created as <see cref="MatrixAtom"/>; the command will try to reuse the
/// existing atoms if possible.
/// This command will parse the remaining part of an input string, and add it onto a new line of a formula. The
/// new line is created as a <see cref="MatrixAtom"/>; the command will try to reuse existing atoms if possible.
/// </summary>
private class NewLineCommand : ICommandParser
{
Expand Down

0 comments on commit 534b09b

Please sign in to comment.