Skip to content

Commit e3c79db

Browse files
authored
doc: updated xml doc
1 parent 1e21144 commit e3c79db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/FileSizeFromBase64.NET/FileSizeHelpers.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ public static double GetFileSizeFromBase64String(string base64String, bool apply
3434
}
3535

3636
/// <summary>
37-
/// Unit of Measure.
37+
/// Unit of measurement.
3838
/// </summary>
3939
public enum UnitsOfMeasurement
4040
{
4141
/// <summary>
42-
/// Byte.
42+
/// B.
4343
/// </summary>
4444
Byte = 1,
4545
/// <summary>
46-
/// KB
46+
/// KB.
4747
/// </summary>
4848
KiloByte = 1_024,
4949
/// <summary>
5050
/// MB.
5151
/// </summary>
5252
MegaByte = 1_048_576
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)