diff --git a/types.d b/types.d index 3f7b5bf..d069864 100644 --- a/types.d +++ b/types.d @@ -595,13 +595,13 @@ static this() "cent" : integralProperties, "ucent" : integralProperties, "float" : floatProperties, - "dou­ble" : floatProperties, + "double" : floatProperties, "real" : floatProperties, "ifloat" : floatProperties, - "idou­ble" : floatProperties, + "idouble" : floatProperties, "ireal" : floatProperties, "cfloat" : floatProperties, - "cdou­ble" : floatProperties, + "cdouble" : floatProperties, "creal" : floatProperties, "char" : commonProperties, "wchar" : commonProperties,