Skip to content

Commit d9f3187

Browse files
authored
Merge pull request #78889 from KetanChawda-MSFT/patch-27
(AzureCXP) fixes MicrosoftDocs/azure-docs#32823
2 parents c1747bb + 10164fd commit d9f3187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/workflow-definition-language-functions-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ This example adds one day to the specified timestamp:
792792
addToTime('2018-01-01T00:00:00Z', 1, 'Day')
793793
```
794794

795-
And returns this result: `"2018-01-02T00:00:00:0000000Z"`
795+
And returns this result: `"2018-01-02T00:00:00.0000000Z"`
796796

797797
*Example 2*
798798

0 commit comments

Comments
 (0)