From 84b12b681aa6c13972f08727a20ac83e99b4ea41 Mon Sep 17 00:00:00 2001 From: Ishaan Jain <37652866+ishaanjain1898@users.noreply.github.com> Date: Wed, 22 Apr 2020 22:16:56 +0530 Subject: [PATCH] doc: avoid tautology in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed "UTC time" on Line 82 to "UTC" as it created a tautology. PR-URL: https://github.com/nodejs/node/pull/33005 Reviewed-By: James M Snell Reviewed-By: Michaƫl Zasso Reviewed-By: Robert Nagy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0542c5c7b26a11..af3a57ccaac992 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ contains the latest Carbon (Node.js 8) release. #### Nightly Releases -Each directory name and filename contains a date (in UTC time) and the commit +Each directory name and filename contains a date (in UTC) and the commit SHA at the HEAD of the release. #### API Documentation