From 52323a12214c987b8c515d04429acddcd4f5fcbc Mon Sep 17 00:00:00 2001 From: James Harries Date: Sun, 4 Mar 2018 06:14:26 +0000 Subject: [PATCH] [misc] Make comment in hour.js gender neutral (#4446) --- src/lib/units/hour.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/units/hour.js b/src/lib/units/hour.js index ef7586803..d717a7999 100644 --- a/src/lib/units/hour.js +++ b/src/lib/units/hour.js @@ -138,7 +138,7 @@ export function localeMeridiem (hours, minutes, isLower) { // MOMENTS // Setting the hour should keep the time, because the user explicitly -// specified which hour he wants. So trying to maintain the same hour (in +// specified which hour they want. So trying to maintain the same hour (in // a new timezone) makes sense. Adding/subtracting hours does not follow // this rule. export var getSetHour = makeGetSet('Hours', true); -- 2.47.2