Skip to content

Commit

Permalink
Fixed warning in the comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Knagis committed Nov 5, 2014
1 parent 62a2bfa commit 09b8415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonMark/Parser/EntityDecoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ internal static class EntityDecoder
/// <summary>
/// Decodes the given HTML entity to the matching Unicode characters.
/// </summary>
/// <param name="entity">The entity without <c>&</c> and <c>;</c> symbols, for example, <c>copy</c>.</param>
/// <param name="entity">The entity without <c>&amp;</c> and <c>;</c> symbols, for example, <c>copy</c>.</param>
/// <returns>The unicode character set or <c>null</c> if the entity was not recognized.</returns>
public static string DecodeEntity(string entity)
{
Expand Down

0 comments on commit 09b8415

Please sign in to comment.