Skip to content

Commit

Permalink
[FLINK-34956][doc] Fix the config type wrong of Duration
Browse files Browse the repository at this point in the history
  • Loading branch information
1996fanrui committed Mar 28, 2024
1 parent 0e70d89 commit f31c128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/layouts/shortcodes/config_file.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<td>Regular expression: <code>[0-9]+ (b | kb | kibibytes | m | mb | mebibytes | g | gb | gibibytes | t | tb | tebibytes)?</code><br><br>Example: <code>100 mb</code></td>
</tr>
<tr>
<td><h5>Boolean</h5></td>
<td><h5>Duration</h5></td>
<td>Regular expression: <code>[0-9]+ (d | day | h | hour | m | min | minute | s | sec | second | ms | milli | millisecond | us | micro | microsecond | ns | nano | nanosecond)?</code><br><br>Example: <code>10 s</code></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/shortcodes/config_file_zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<td>正则表达式:<code>[0-9]+ (b | kb | kibibytes | m | mb | mebibytes | g | gb | gibibytes | t | tb | tebibytes)?</code><br><br>示例:<code>100 mb</code></td>
</tr>
<tr>
<td><h5>Boolean</h5></td>
<td><h5>Duration</h5></td>
<td>正则表达式:<code>[0-9]+ (d | day | h | hour | m | min | minute | s | sec | second | ms | milli | millisecond | us | micro | microsecond | ns | nano | nanosecond)?</code><br><br>示例:<code>10 s</code></td>
</tr>
<tr>
Expand Down

0 comments on commit f31c128

Please sign in to comment.