Skip to content

Commit 6af8d47

Browse files
authored
Merge pull request #393 from fluent/fix-type-of-null_value_pattern
Fix the type of null_value_pattern in configuration/parser-section
2 parents 0b63234 + 3e791e4 commit 6af8d47

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)