Skip to content

Commit b689801

Browse files
committed
docs(useInterval): remove the default value of delay
1 parent 39bbdda commit b689801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ Handle the setInterval timer function.
230230

231231
| option | type | default | explain |
232232
| ------ | -------- | ------- | --------------------------------------- |
233-
| fn | function | | Handle function. (setInterval callback) |
234-
| delay | number | 0 | setInterval ms. |
233+
| fn | function | - | Handle function. (setInterval callback) |
234+
| delay | number | - | setInterval ms. |
235235

236236
| return | type | default | explain |
237237
| ------ | ----------------- | ------- | --------------------------------- |

0 commit comments

Comments
 (0)