Skip to content

Commit 60234a9

Browse files
authored
Merge pull request #108289 from DixitArora-MSFT/patch-46
Correcting TimeSpan
2 parents 55f1895 + 8dcb2f1 commit 60234a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-timer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Expressed as a string, the `TimeSpan` format is `hh:mm:ss` when `hh` is less tha
314314
|---------|---------|
315315
|"01:00:00" | every hour |
316316
|"00:01:00"|every minute |
317-
|"24:00:00" | every 24 hours |
317+
|"24:00:00" | every 24 days |
318318
|"1.00:00:00" | every day |
319319

320320
## Scale-out

0 commit comments

Comments
 (0)