Skip to content

Commit 7a8cafe

Browse files
lecarosPat
andauthored
filters: lua: add suggestion
Co-authored-by: Pat <[email protected]> Signed-off-by: José Lecaros <[email protected]>
1 parent 665fedd commit 7a8cafe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pipeline/filters/lua.md

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

179179
### Number Type
180180

181-
+Lua treats number as double. It means an integer field (e.g. IDs, log levels) will be converted double. To avoid type conversion, The `type_int_key` property is available.
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.
182184

183185
### Protected Mode
184186

0 commit comments

Comments
 (0)