Humanizr / Humanizer

Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Other
8.59k stars 955 forks source link

Fix documentation spelling of "Terabyte" #1412

Closed CollinAlpert closed 6 months ago

SimonCropp commented 6 months ago

@CollinAlpert thanks

hazzik commented 6 months ago

@SimonCropp shouldn't we just replace these summaries with empty tags as there's no new information added?

/// <summary> Terabyte </summary>
Terabyte

Is exactly the same as

/// <summary />
Terabyte
SimonCropp commented 6 months ago

@hazzik yeah. good point. i will fix it