We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24966db commit aa1bc82Copy full SHA for aa1bc82
pipeline/filters/lua.md
@@ -178,9 +178,9 @@ pipeline:
178
179
### Number Type
180
181
-Lua treats numbers as a double type.
182
-It means an integer field (e.g. IDs, log levels) will be converted to a double.
183
-To avoid type conversion, the `type_int_key` property is available.
+Lua treats numbers as a `double` type, which means an `integer` type
+containing data like user IDs and log levels will be converted to a `double`.
+To avoid type conversion, use the `type_int_key` property.
184
185
### Protected Mode
186
0 commit comments