typo: succsesfull -> successful

This commit is contained in:
Nick Schonning
2019-04-15 01:57:18 -04:00
parent 221afcc4d3
commit 54e61d3b91

View File

@@ -86,7 +86,7 @@ namespace Markdig.Extensions.GenericAttributes
/// </summary>
/// <param name="slice">The slice to parse.</param>
/// <param name="attributes">The output attributes or null if not found or invalid</param>
/// <returns><c>true</c> if parsing the HTML attributes was succsesfull</returns>
/// <returns><c>true</c> if parsing the HTML attributes was successful</returns>
public static bool TryParse(ref StringSlice slice, out HtmlAttributes attributes)
{
attributes = null;