Skip to content

Commit 3e791e4

Browse files
committed
Fix the type of null_value_pattern in configuration/parser-section
`regexp` is appropriate for it. See also: fluent/fluentd#3650 Signed-off-by: Takuro Ashie <ashie@clear-code.com>
1 parent 0b63234 commit 3e791e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/parse-section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The default value of the following parameters will be overridden by the individu
8989

9090
parameter and set it to `time` by default.
9191

92-
* **`null_value_pattern`** \(string\) \(optional\): Specify null value pattern.
92+
* **`null_value_pattern`** \(regexp\) \(optional\): Specify null value pattern.
9393
* Default: `nil`
9494
* **`null_empty_string`** \(bool\) \(optional\): If `true`, empty string field is
9595

0 commit comments

Comments
 (0)