mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 04:35:00 +00:00
proper casing
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public static class BoolExtensions
|
||||
{
|
||||
public static ushort ToUshort(this bool b)
|
||||
public static ushort ToUShort(this bool b)
|
||||
{
|
||||
return b ? (ushort)1 : (ushort)0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user