Ver Fonte

Update types.md

Marco Bambini há 6 anos atrás
pai
commit
6be85abb11
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/types.md

+ 1 - 1
docs/types.md

@@ -20,7 +20,7 @@ An Int represents a 64 bit (can optionally be compiled as 32 bit) signed number:
 ```
 ```
 
 
 ### Float
 ### Float
-A float represents a 32 bit (or better) floating point number:
+A float represents a 64 bit (can optionally be compiled as 32 bit) floating point number:
 ```swift
 ```swift
 	var a = 3.1415;		// float
 	var a = 3.1415;		// float
 	var b = 1.25e2;		// scientific notation
 	var b = 1.25e2;		// scientific notation