typed-factorio 0.17.1 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,9 +3,7 @@
3
3
  /** @noSelfInFile */
4
4
 
5
5
  /**
6
- * A floating-point number. This is a single-precision floating point number. Whilst Lua only uses double-precision
7
- * numbers, when a function takes a float, the game engine will immediately convert the double-precision number to
8
- * single-precision.
6
+ * A floating-point number. This is a single-precision floating point number. Whilst Lua only uses double-precision numbers, when a function takes a float, the game engine will immediately convert the double-precision number to single-precision.
9
7
  *
10
8
  * {@link https://lua-api.factorio.com/latest/Builtin-Types.html#float View documentation}
11
9
  */