Skip to content

Commit f49c8e4

Browse files
committed
Fix default value of time_type for parse-section again
Signed-off-by: ktarow <ktarou569@gmail.com>
1 parent ebba683 commit f49c8e4

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
@@ -143,7 +143,7 @@ For the `types` parameter, the following types are supported:
143143

144144
type
145145

146-
* Default: `float`
146+
* Default: `string`
147147
* Available values: `float`, `unixtime`, `string`, `mixed`
148148
* `float`: seconds from Epoch + nano seconds \(e.g.
149149

0 commit comments

Comments
 (0)