Skip to content

Commit

Permalink
Merge pull request #1139 from hangy/headings-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Oct 27, 2021
2 parents 14878fe + 15120b6 commit 77c3b53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Humanizer/HeadingExtensions.cs
Expand Up @@ -71,6 +71,7 @@ public static char ToHeadingArrow(this double heading)
/// <summary>
/// Returns a heading based on the short textual representation of the heading.
/// </summary>
/// <param name="heading">The short textual representation of a heading</param>
/// <returns>The heading. -1 if the heading could not be parsed.</returns>
public static double FromAbbreviatedHeading(this string heading)
{
Expand All @@ -80,6 +81,7 @@ public static double FromAbbreviatedHeading(this string heading)
/// <summary>
/// Returns a heading based on the short textual representation of the heading.
/// </summary>
/// <param name="heading">The short textual representation of a heading</param>
/// <param name="culture">The culture of the heading</param>
/// <returns>The heading. -1 if the heading could not be parsed.</returns>
public static double FromAbbreviatedHeading(this string heading, CultureInfo culture = null)
Expand Down

0 comments on commit 77c3b53

Please sign in to comment.