Skip to content

Commit 2881a2e

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pipeline/filters/lua.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ To avoid type conversion, use the `type_int_key` property.
185185
### Protected Mode
186186

187187
Fluent Bit supports protected mode to prevent crashes if it executes an invalid Lua script.
188-
See also [Error Handling in Application Code](https://www.lua.org/pil/24.3.1.html).
188+
See [Error Handling in Application Code](https://www.lua.org/pil/24.3.1.html) in
189+
the Lua documentation for more information.
189190

190191

191192
## Code Examples

0 commit comments

Comments
 (0)