Skip to content

Commit

Permalink
Changes xmldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed May 3, 2018
1 parent 1ab03d2 commit 8a4a9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Unosquare.Swan.Lite/Abstractions/ExpressionParser.cs
Expand Up @@ -5,7 +5,7 @@
using System.Linq.Expressions;

/// <summary>
/// Represents a Expression Parser base class
/// Represents a generic expression parser
/// </summary>
public abstract class ExpressionParser
{
Expand Down
2 changes: 1 addition & 1 deletion src/Unosquare.Swan.Lite/Abstractions/Tokenizer.cs
Expand Up @@ -5,7 +5,7 @@
using System.Linq;

/// <summary>
/// Represents a Tokenizer base class
/// Represents a generic tokenizer
/// </summary>
public abstract class Tokenizer
{
Expand Down

0 comments on commit 8a4a9e2

Please sign in to comment.