Skip to content

Commit aa1bc82

Browse files
filters: lua: commit suggestion
Co-authored-by: Adam Locke <[email protected]> Signed-off-by: José Lecaros <[email protected]>
1 parent 24966db commit aa1bc82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/filters/lua.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ pipeline:
178178

179179
### Number Type
180180

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.
181+
Lua treats numbers as a `double` type, which means an `integer` type
182+
containing data like user IDs and log levels will be converted to a `double`.
183+
To avoid type conversion, use the `type_int_key` property.
184184

185185
### Protected Mode
186186

0 commit comments

Comments
 (0)