From 148c4941ebe796e89e16d429889a18551d526355 Mon Sep 17 00:00:00 2001 From: James Adams Date: Mon, 11 Dec 2023 10:17:02 -0500 Subject: [PATCH] Update introduction.md The placement of the commas in the sentence should be adjusted for clarity. The comma should come after "method" to correctly separate the parenthetical phrase. --- docs/docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/introduction.md b/docs/docs/introduction.md index fbbab976..0078b488 100644 --- a/docs/docs/introduction.md +++ b/docs/docs/introduction.md @@ -18,4 +18,4 @@ For example, all comparisons are done in `UTC` or in the timezone of the datetim 3 ``` -The default timezone, except when using the `now()`, method will always be `UTC`. +The default timezone, except when using the `now()` method, will always be `UTC`.