File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def Availability(bits):
41
41
42
42
if Self == 'Float16 ':
43
43
SelfDocComment = '''\
44
- /// A half-precision (16b ), floating-point value type.
44
+ /// A half-precision (16-bit ), floating-point value type.
45
45
///
46
46
/// On macOS, `Float16` is only available when targeting Apple silicon.
47
47
/// On other supported platforms, `Float16` is available for all
@@ -50,11 +50,11 @@ if Self == 'Float16':
50
50
/// arithmetic will be emulated by the swift compiler and runtime.'''
51
51
elif Self == 'Float':
52
52
SelfDocComment = '''\
53
- /// A single-precision, floating-point value type.'''
53
+ /// A single-precision (32-bit) , floating-point value type.'''
54
54
55
55
elif Self == 'Double':
56
56
SelfDocComment = '''\
57
- /// A double-precision, floating-point value type.'''
57
+ /// A double-precision (64-bit) , floating-point value type.'''
58
58
59
59
elif Self == 'Float80 ':
60
60
SelfDocComment = '''\
You can’t perform that action at this time.
0 commit comments